Class AbbreviationCli
java.lang.Object
com.github.rvesse.airline.examples.cli.AbbreviationCli
An example of creating a CLI with abbreviation enabled
Command/Group and/or Option abbreviation allows you to configure Airline such that it permits the names of groups, commands and options provided that those names are unambiguous. For example the following abbreviation would be acceptable:
in par
Whereas the following would not (because it is ambiguous):
basic req
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbbreviationCli
public AbbreviationCli()
-
-
Method Details
-
main
-