Skip to content

PromptScript API


Interface: MarkdownCommandConfig

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

Configuration for a markdown-based command file.

Properties

argumentHint?

optional argumentHint?: string

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

Optional argument hint


content

content: string

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

Command content/instructions


description

description: string

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

Description


name

name: string

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

Command name (without leading slash)