Interface: Entry<ArgType, CommandType>
subcommands/src.SubCommandManager.Entry
Type parameters
Name | Type |
---|---|
ArgType | extends Args = Args |
CommandType | extends Command <ArgType > = Command <ArgType > |
Hierarchy
Options
<ArgType
,CommandType
>↳
Entry
Properties
default
• Optional
default: boolean
Defined in
projects/plugins/packages/subcommands/src/lib/SubCommandManager.ts:61
input
• input: string
| (context
: MessageRunContext
<ArgType
, CommandType
>) => Awaitable
<string
>
Inherited from
Defined in
projects/plugins/packages/subcommands/src/lib/SubCommandEntry.ts:44
output
• Optional
output: string
Inherited from
Defined in
projects/plugins/packages/subcommands/src/lib/SubCommandEntry.ts:45
type
• Optional
type: Type
Defined in
projects/plugins/packages/subcommands/src/lib/SubCommandManager.ts:60