gunshi / default / CommandContextCore
Type Alias: CommandContextCore<G>
ts
type CommandContextCore<G> = Readonly<CommandContext<G>>;CommandContextCore type (base type without extensions)
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
G extends GunshiParamsConstraint | DefaultGunshiParams | A type extending GunshiParams to specify the shape of command context. |
Since
v0.27.0
