git-standup
git-standup copied to clipboard
`git standup --help`
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
+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.)