Class AbbreviationCli


  • public class AbbreviationCli
    extends java.lang.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 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbbreviationCli

        public AbbreviationCli()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)