-
Notifications
You must be signed in to change notification settings - Fork 37
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
😇 Question about naming #1
Comments
I like this especially considering it's how Git command line works. 👍 |
I followed the example format in https://github.com/sindresorhus/meow previously. |
|
@sirlancelot OMG it's another tj repo! |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I personally suggest common naming convention such as
life init
(orlife i
as shorthand), instead oflife --init
orlife -i
. I think it's easier to type and allow more option parsing. Because as the program grows, you might need more options for a single command, such aslife i --student
orlife log --detail
.(Not an serious issue, just one of my questions 😆)
The text was updated successfully, but these errors were encountered: