Skip to content

PromptScript API


Interface: MarkdownCommandConfig

Defined in: formatters/src/markdown-instruction-formatter.ts:15

Configuration for a markdown-based command file.

Properties

argumentHint?

optional argumentHint?: string

Defined in: formatters/src/markdown-instruction-formatter.ts:21

Optional argument hint


content

content: string

Defined in: formatters/src/markdown-instruction-formatter.ts:23

Command content/instructions


description

description: string

Defined in: formatters/src/markdown-instruction-formatter.ts:19

Description


name

name: string

Defined in: formatters/src/markdown-instruction-formatter.ts:17

Command name (without leading slash)