Skip to content

gunshi / default / CommandCallMode

Type Alias: CommandCallMode

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

Command call mode.

Released under the MIT License.