Skip to content

Documentation / @agentick/tui / SlashCommand

Interface: SlashCommand

Defined in: commands.ts:6

Properties

aliases?

optional aliases: string[]

Defined in: commands.ts:9


args?

optional args: 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

CommandContext

Returns

void | Promise<void>


name

name: string

Defined in: commands.ts:7

Released under the ISC License.