Interface CreateCommandOptions

The interface to create a command

Hierarchy

  • CreateCommandOptions

Properties

alias?: string

The alias of the command

command: string

The command with arguments

eg: "mycommand "

See

commander .command() method for more details

description?: string

The description of the command

options?: CommandOption[]

A list of command options