better-java
better-java copied to clipboard
Command line interfaces
Wanted to suggest Airline, for a command line interface builder. Python developers are used to using something like clize for this.
https://github.com/airlift/airline
Yeah I think mentioning that and Commons CLI would be a good addition.
I haven't tried those two, but I've used http://www.jcommander.org/. ...It's a pain in the butt, but it provides an end-user experience that closely matches the standard unix way of handling command line options (-s == --short, etc). In the style of "getopt".