Skip to content

Type Alias: CommandCallMode ​

Command call mode.

  • entry: The command is executed as an entry command.
  • subCommand: The command is executed as a sub-command.

Signature ​

ts
export type CommandCallMode = "entry" | "subCommand" | "unexpected"

Released under the MIT License.