git-standup icon indicating copy to clipboard operation
git-standup copied to clipboard

`git standup --help`

Open funwhilelost opened this issue 7 years ago • 1 comments

Would be great to get a quick help file for the command.

$ git help standup
No manual entry for git-standup
$ git standup --help
No manual entry for git-standup

funwhilelost avatar Mar 29 '17 23:03 funwhilelost

+1: Implementing --help and --version is a standard for command line interfaces. (Yes, it's not supported by getopts, but it still should be done.)

rixx avatar Apr 10 '17 09:04 rixx