java.lang.Object
com.github.rvesse.airline.examples.cli.AbbreviationCli

public class AbbreviationCli extends Object
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 Details

    • AbbreviationCli

      public AbbreviationCli()
  • Method Details

    • main

      public static void main(String[] args)