Interface: CommandOptions
Interface: CommandOptions
Command options.
Represents the configuration options for a CLI command.
Properties
alias?
optional alias: string | string[];
args?
optional args: string | string[];
desc?
optional desc: string;
name
name: string;
options()?
optional options: (yargs) => IArgv;