life-commit
life-commit copied to clipboard
😇 Question about naming
I personally suggest common naming convention such as life init
(or life i
as shorthand), instead of life --init
or life -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
or life log --detail
.
(Not an serious issue, just one of my questions 😆)
I like this especially considering it's how Git command line works. :+1:
I followed the example format in https://github.com/sindresorhus/meow previously. But @chiunhau 's idea sounds great. I will take it into consideration!
@sirlancelot OMG it's another tj repo! It looks fantastic. Thanks.