Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java Library: Command Line Option Parser [closed]

Tags:

java

Anyone know of a library that handles parsing arguements passed from the command line (IE: args[] in public static main).

like image 293
Zombies Avatar asked Dec 18 '22 02:12

Zombies


1 Answers

Apache commons-cli.

like image 82
bmargulies Avatar answered Dec 19 '22 16:12

bmargulies