Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPartialCommandDefinition

Interface that allows CLIs to override properties on command definitions.

Hierarchy

  • IPartialCommandDefinition

Index

Properties

Optional description

description: string

The description - keep group descriptions "small" and include lengthier descriptions for "commands".

memberof

IPartialCommandDefinition

Optional examples

The set of examples displayed in the help for this command.

memberof

IPartialCommandDefinition

Optional options

The options to be exposed on the command.

memberof

IPartialCommandDefinition

Optional summary

summary: string

A shorter (~one line) description of your command

memberof

IPartialCommandDefinition

Generated using TypeDoc