Skip to content

Commit

Permalink
Complete help message for goal related class
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Y-Yan committed Nov 14, 2023
1 parent 9503ff2 commit 0031283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/seedu/duke/commands/HelpCommand.java
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package seedu.duke.commands;

import seedu.duke.commands.goal.AchieveGoalCommand;
import seedu.duke.commands.goal.AchievementCommand;
import seedu.duke.commands.goal.ViewGoalCommand;
import seedu.duke.commands.goal.*;
import seedu.duke.commands.logcommands.LogCommand;
import seedu.duke.commands.logcommands.ViewLogCommand;
import seedu.duke.commands.logcommands.UpdateLogCommand;
Expand All @@ -29,7 +27,9 @@ public CommandResult execute() {
+ "\n" + UpdateLogCommand.MESSAGE_USAGE
+ "\n" + ViewLogCommand.MESSAGE_USAGE
+ "\n" + DeleteLogCommand.MESSAGE_USAGE
+ "\n" + GoalCommand.MESSAGE_USAGE
+ "\n" + ViewGoalCommand.MESSAGE_USAGE
+ "\n" + DeleteGoalCommand.MESSAGE_USAGE
+ "\n" + AchieveGoalCommand.MESSAGE_USAGE
+ "\n" + AchievementCommand.MESSAGE_USAGE
+ "\n" + ExitCommand.MESSAGE_USAGE
Expand Down

0 comments on commit 0031283

Please sign in to comment.