airlift / airline

Java annotation-based framework for parsing Git like command line structures
Apache License 2.0
847 stars 138 forks source link

Synopsis for group help is missing positional arguments #11

Open electrum opened 11 years ago

electrum commented 11 years ago

Example:

$ git help remote
...
    git [-v] remote show [-n]

$ git help remote show
...
    git [-v] remote show [-n] [--] [<remote>]