Skip to content

apollo-code


apollo-code / plugin-sdk/src / CommandSpec

Interface: CommandSpec

Properties

description?

optional description?: string


name

name: string

Methods

handler()

handler(args): void | Promise<void>

Parameters

args

readonly string[]

Returns

void | Promise<void>