From time to time, I find myself needing to handle command-line arguments in Java either for Java-based applications or for main() function implementations that provide a simple testing mechanism ...
Annotation-based Java command line parser, featuring usage help with ANSI colors, autocomplete and nested subcommands. In a single file, so you can include it in source form. This lets users run ...
Provides methods to parse command line arguments. Parser() Initializes a new instance of the Parser class. Parser(ParserSettings) Initializes a new instance of the Parser class ...