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

Add man command #3

Conversation

zaidansani
Copy link

Help command requires user to open a man command.

Let's implement a command similar to the man command which shows the message usage.

Help command requires user to open a man command.

Let's implement a command similar to the man command which shows the message usage.
@zaidansani zaidansani closed this Sep 20, 2024
Copy link

codecov bot commented Sep 20, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 18 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../java/seedu/address/logic/commands/ManCommand.java 25.00% 13 Missing and 2 partials ⚠️
...a/seedu/address/logic/parser/ManCommandParser.java 50.00% 2 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ Complexity Δ
.../seedu/address/logic/parser/AddressBookParser.java 100.00% <100.00%> (ø) 13.00 <0.00> (+1.00)
...a/seedu/address/logic/parser/ManCommandParser.java 50.00% <50.00%> (ø) 2.00 <2.00> (?)
.../java/seedu/address/logic/commands/ManCommand.java 25.00% <25.00%> (ø) 2.00 <2.00> (?)

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.

1 participant