@flowscripter/dynamic-cli-framework
    Preparing search index...

    Class SingleCommandCliHelpGlobalCommand

    Implementation of default command CLI help available via myCli --help or myCli -h.

    Hierarchy

    • SingleCommandCliAbstractHelpCommand
      • SingleCommandCliHelpGlobalCommand

    Implements

    Index
    description: "Display application help"

    Optional description of the command.

    name: "help"

    Name of the command.

    Must consist of alphanumeric non-whitespace ASCII or _ and - characters. Cannot start with -.

    shortAlias: "h"

    Optional short alias for the global command.

    Must consist of a single alphanumeric non-whitespace ASCII character.