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);
Version0.3.0compared with
Version Details
| 0.2.2 | 0.3.0 | |
|---|---|---|
| Release date | Oct 10, 2016 | Oct 10, 2016 |
| Licenses | Apache 2.0 | Apache 2.0 |
| Vulnerabilities | None | None |
No dependency changes compared to the selected version.