Skip to content

gunshi / default / CommandCallMode

Type Alias: CommandCallMode

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

Command call mode.

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

Released under the MIT License.