-
-
Notifications
You must be signed in to change notification settings - Fork 671
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 docs with the new --help argument #135
Conversation
db2b1f4
to
4498cbd
Compare
Codecov Report
@@ Coverage Diff @@
## master #135 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 242 242
Lines 4504 4508 +4
=========================================
+ Hits 4504 4508 +4
Continue to review full report at Codecov.
|
@@ -46,7 +46,7 @@ $ python main.py --help | |||
Usage: main.py [OPTIONS] [NAMES]... | |||
|
|||
Arguments: | |||
[NAMES]... [default: Harry, Hermione, Ron] | |||
[NAMES]... Select 3 characters to play with [default: Harry, Hermione,Ron] |
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.
[NAMES]... Select 3 characters to play with [default: Harry, Hermione,Ron] | |
[NAMES]... Select 3 characters to play with [default: Harry, Hermione, Ron] |
934b61f
to
15f1180
Compare
Thanks @victorphoenix3 ! 🚀 🍰 And thanks @Kludex for the review! ☕ |
Fixes #124