Class AbbreviationCli
- java.lang.Object
-
- com.github.rvesse.airline.examples.cli.AbbreviationCli
-
public class AbbreviationCli extends java.lang.Object
An example of creating a CLI with abbreviation enabledCommand/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 Constructor Description AbbreviationCli()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-