airlift / airline

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

Allow CliBuilder.withGroup to be called multiple times with the same argument #18

Closed cheddar closed 10 years ago

cheddar commented 10 years ago

1) Adjust Cli.CliBuilder to return the same GroupBuilder on calls to withGroup() with the same name

2) Adjust Cli.GroupBuilder to do state checks for the description and the default command so that you can be certain that the description and default command are only set once.

cheddar commented 10 years ago

Any updates on this?