UNPKG

@sprucelabs/spruce-cli

Version:

Command line interface for building Spruce skills.

15 lines (13 loc) 305 B
import { buildErrorSchema } from '@sprucelabs/schema' export default buildErrorSchema({ id: 'commandAborted', name: 'Command aborted', description: '', fields: { command: { type: 'text', label: 'Command', isRequired: true, }, }, })