-
Notifications
You must be signed in to change notification settings - Fork 22
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
[GH-32] Add command autocomplete #43
[GH-32] Add command autocomplete #43
Conversation
Hello @nathanaelhoun, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
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.
Looks good to me @nathanaelhoun thanks for your contribution - this will certainly make the command easier to use!
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.
Great work @nathanaelhoun! I have a few requests regarding grammar, and a request for alphabetizing the commands.
Co-authored-by: Michael Kochell <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #43 +/- ##
=========================================
- Coverage 6.90% 5.89% -1.02%
=========================================
Files 6 6
Lines 739 730 -9
=========================================
- Hits 51 43 -8
+ Misses 670 669 -1
Partials 18 18
Continue to review full report at Codecov.
|
Thanks @mickmister for the suggestions, I still need to improve my English! |
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.
LGTM 👍 Thanks @nathanaelhoun!
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.
LGTM! Thanks for the contribution @nathanaelhoun !
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.
Tested and paseed
- Tested all options have been included in auto-complete and are functional
- Tested that auto-complete options work on mobile
- No issues found.
LGTM!
Thanks @nathanaelhoun for adding this improvment!
Summary
(the commands are now in alphabetical order in the list)
Ticket Link
Closes #32