From 716b634ab29b3b93f27259cc7f36dbb1db4daf1b Mon Sep 17 00:00:00 2001 From: tahsinhasem Date: Mon, 15 Apr 2024 21:59:21 +0800 Subject: [PATCH] Added theme command to Command Summary --- docs/UserGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 0e930442d30..34d5c908f63 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -421,6 +421,7 @@ Click [here](#student-contact-manager-user-guide) to go back to the top of this | **Find Persons** | `find [n/NAME] [a/ADDRESS] [t/TAG]`
e.g., `find n/James Jake` | | **List Persons** | `list` | | **Help** | `help` | +| **Theme** | `theme`
e.g., `theme light` | | **Find and Export to File** | `find_and_export TAG [n/NAME] [a/ADDRESS] [f/FILENAME]`
e.g., `find_and_export friends` | | **Import from File** | `import f/FILENAME_1 [f/FILENAME_2] [f/FILENAME_3] ...`
e.g., `import f/export_file.json` | | **Add Schedule** | `add_schedule title/TITLE d/DESCRIPTION start/START_DATETIME end/END_DATETIME`
e.g., `add_schedule title/Meeting d/Project Meeting start/2024-03-10 16:00 end/2024-03-10 18:00` |