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

    Class SingleCommandCliHelpSubCommand

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

    Hierarchy

    • SingleCommandCliAbstractHelpCommand
      • SingleCommandCliHelpSubCommand

    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 -.

    options: readonly Option[] = []

    Option or ComplexOption argument definitions for the sub-command.

    positionals: readonly Positional[] = []

    Positional argument definitions for the sub-command.