Skip to content

gunshi / default / CommandArgKeys

Type Alias: CommandArgKeys<A>

ts
type CommandArgKeys<A> = GenerateNamespacedKey<KeyOfArgs<RemovedIndex<A>>, typeof ARG_PREFIX>;

Command i18n option keys. The command i18n option keys are used to translate function.

Type Parameters

Type Parameter
A extends Args

Released under the MIT License.