This project is a feature-lean implementation of a CLI arguments parser.
Just start by creating an instance of ParseArgs and follow the available methods.
E.g.
ParseArgs when = new ParseArgs();
when.argument("-do").spaceValue().call(this::doArgument);
when.argument(null).call(this::defaultArgument);
when.parse(args);
Compile Dependencies (1)
Test Dependencies (2)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
Testing
EPL 2.0
| junit
»
junit1 vulnerability JUnit Jupiter is the API for writing tests using JUnit 5. | 4.12 | 6.1.2 | |
Logging
MIT
| org.slf4j
»
slf4j-simple Binding/provider for SLF4J, which outputs all events to System.err. Only messages of level INFO and higher are printed. | 1.7.12 | 2.0.18 |