Class CliHelpDefinition

  • Direct Known Subclasses:
    CliDefinition

    public class CliHelpDefinition
    extends java.lang.Object
    The Cli definition for when the user wants to print the cli usage/options.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean help
      Print all the commandline options.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • help

        @Argument(description="Print all the commandline options.",
                  alias="?")
        public boolean help
        Print all the commandline options.