Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help command #216

Merged
merged 7 commits into from
Nov 11, 2024
Merged

Conversation

TrungBui32
Copy link

Add HelpCommand class
Solve #150


//Help
public static final String HELP_MESSAGE = """
------------------- List of Commands --------------------

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps the break line can be removed from the HELP_MESSAGE string?
Since it will be passed into ui.displayResult(), which will print break lines at the start and end again.

Copy link

@jinzihan2002 jinzihan2002 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jinzihan2002 jinzihan2002 merged commit 9b33418 into AY2425S1-CS2113-W13-4:master Nov 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants