Skip to content

krypciak-zz/FreeArgParser-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FreeArgParser

FreeArgParser library provides API for parsing command line arguments passed to programs written in Java. Basically Commons CLI but with array support, cleaner syntax and with GNU GPLv3 license.
Example help message on parsing error:
``` Short Name Long Name Argument Type Is Required Description -i --int int desc1 -d --double double desc2 -s --string String desc3 -b --boolean boolean bul bul bul -na --noarg no argument no arg test -intA --intArray int[] yo -strA --stringArray String[] yo -douA --doubleArray double[] yo -booA --booleanArray boolean[] yoo ```