better-java icon indicating copy to clipboard operation
better-java copied to clipboard

Command line interfaces

Open jhorman opened this issue 10 years ago • 2 comments

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

jhorman avatar Mar 17 '15 23:03 jhorman

Yeah I think mentioning that and Commons CLI would be a good addition.

cxxr avatar Mar 21 '15 17:03 cxxr

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".

daveloyall avatar Sep 22 '15 17:09 daveloyall