Interface StoredCommandOpts

Hierarchy

  • StoredCommandOpts

Properties

deprecated: boolean

Whether this command is deprecated or not.

deprecationMessage: string

The message to show if this command is deprecated, the command is run, and the ParserOpts.deprecatedCommands option is set to "error"

description: string

The description of the command. Used in the help text.

hidden: boolean

Whether this command is hidden from the help text.

parserOpts: StoredParserOpts

The parser options used for the command's parser.

Generated using TypeDoc