From ce334db09068cc30855ff335a9dee24a767ef28f Mon Sep 17 00:00:00 2001 From: J-Y-Yan <142566176+J-Y-Yan@users.noreply.github.com> Date: Wed, 15 Nov 2023 01:15:06 +0800 Subject: [PATCH] Update UserGuide.md --- docs/UserGuide.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index cf8d730b1..79756e80c 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -255,6 +255,11 @@ Format: `exit` * Update an existing exercise `update MONTH DAY OLD_EXERCISE_NAME OLD_CALORIES_BURNED` `NEW_EXERCISE_NAME NEW_CALORIES_BURNED` * View existing exercises `view VIEW_TYPE VIEW_SCOPE` +* Insert a new calorie consumption goal `set AMOUNT on DD/MM/YYYY` +* Delete a calorie goal `deleteG Index` +* View the input calories goal `viewG` +* Achieve a calories goal `achieve Index` +* View achievement `achievement` * Exit program `exit`