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

    Class MultiCommandCliHelpGlobalCommand

    Implementation of multi-command CLI help available via myCli --help, myCli -h, myCli --help <command> or myCli -h <command>.

    Hierarchy

    • MultiCommandCliAbstractHelpCommand
      • MultiCommandCliHelpGlobalCommand

    Implements

    Index
    argument: { isOptional: boolean; name: string; type: ArgumentValueTypeName } = ...

    Optional GlobalCommandArgument for the command.

    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.