CommandExample
A single usage example shown in help text.
- Import:
@kjanat/dreamcli - Export kind: interface
- Declared in:
src/core/schema/command.ts - Source link:
packages/dreamcli/src/core/schema/command.ts:418
Signatures
ts
interface CommandExample {}Members
Properties
command
The command invocation (e.g. 'deploy production --force').
ts
command: string;description
Optional description of what this example does.
ts
description?: string;