Documentation / @agentick/tui / SlashCommand
Interface: SlashCommand ​
Defined in: commands.ts:6
Properties ​
aliases? ​
optionalaliases:string[]
Defined in: commands.ts:9
args? ​
optionalargs:string
Defined in: commands.ts:10
description ​
description:
string
Defined in: commands.ts:8
handler() ​
handler: (
args,ctx) =>void|Promise<void>
Defined in: commands.ts:11
Parameters ​
args ​
string
ctx ​
Returns ​
void | Promise<void>
name ​
name:
string
Defined in: commands.ts:7