-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
CLI #220
CLI #220
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## dev #220 +/- ##
==========================================
- Coverage 99.83% 99.83% -0.00%
==========================================
Files 7 7
Lines 1170 1163 -7
Branches 74 74
==========================================
- Hits 1168 1161 -7
Misses 1 1
Partials 1 1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
README.md
Outdated
- Text : `art text yourtext fontname(optional)` | ||
- Art : `art shape art_name` or `art art art_name` | ||
- Save : `art save yourtext fontname(optional)` | ||
- All : `art all yourtext` |
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.
Can you make them a little bit more comprehensive? Like:
art text [yourtext] [fontname(optional)]
which shows the difference between keywords and parameters.
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.
Good point 🚀
@@ -103,3 +108,7 @@ def select_test(test_name="TEST"): | |||
help_func() | |||
else: | |||
help_func() |
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.
As code factor mentioned, this function is too long.
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.
I mentioned this issue in our discord server
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.
fixed in dc8bf88
Reference Issues/PRs
What does this implement/fix? Explain your changes.
README.md
modifiedhelp_func
function modifiedAny other comments?