-
Notifications
You must be signed in to change notification settings - Fork 5
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
Update user guide #57
Update user guide #57
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #57 +/- ##
=========================================
Coverage 76.42% 76.42%
Complexity 448 448
=========================================
Files 73 73
Lines 1438 1438
Branches 141 141
=========================================
Hits 1099 1099
Misses 306 306
Partials 33 33 ☔ View full report in Codecov by Sentry. |
docs/UserGuide.md
Outdated
@@ -149,6 +161,8 @@ This command allows you to exit the application. | |||
|
|||
Format: `exit` | |||
|
|||
**Note:** You can simply close the window using the X button too! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Convert this to a tip instead by using <box type="tip" seamless> </box>
…e-user-guide Update User Guide
docs/UserGuide.md
Outdated
|
||
This command allows you to find a specific client in your client list by their **name** | ||
This command allows you to find a specific client in your client list by their **name**, and optionally by other fields too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be in italics
docs/UserGuide.md
Outdated
|
||
Format: `find n/NAME` | ||
Format: `find n/NAME [a/ADDRESSKEYWORD] [e/EMAILKEYWORD] [t/TAGKEYWORD] [k/KINKEYWORD] [d/DESCKEYWORD] [p/PHONEKEYWORD]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if there are parameter constraints, but if there are you should put it here
Update UML Diagrams
Some small formatting issues but for now it is ok |
Addresses issue #55