Annotation Type Parameters

    • Element Detail

      • resourceBundle

        String resourceBundle
        The name of the resource bundle to use for this class.
        Default:
        ""
      • separators

        String separators
        The character(s) that separate options.
        Default:
        " "
      • commandDescriptionKey

        String commandDescriptionKey
        Returns:
        the key used to find the command description in the resource bundle.
        Default:
        ""
      • commandNames

        String[] commandNames
        An array of allowed command names.
        Default:
        {}
      • hidden

        boolean hidden
        If true, this command won't appear in the usage().
        Default:
        false