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);

Latest Versions

3 versions โ†’
VersionVulnerabilitiesUsagesDate
0.3.x
0.3.0
0
Oct 10, 2016
0.2.x
0.2.2
0
Oct 10, 2016
0.2.1
0
Oct 10, 2016
3 versions โ†’