From c6c36af2bb51361d3b1c6a3f9cc986bd863c2115 Mon Sep 17 00:00:00 2001 From: Christopher Tan Date: Mon, 11 Nov 2024 02:29:30 +0800 Subject: [PATCH] Add warning for clear command --- docs/UserGuide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 1e60d5fec15..e11e99f41c5 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -308,6 +308,13 @@ Clears all entries from CampusConnect. Format: `clear` + +Caution: +There will not be any confirmation message shown.
+ +If you have unintentionally executed the `clear` command, you can use the [`undo`](#undo-a-command-undo) command to restore your data. +
+ ### Exiting the program : `exit` Exits the program.