ExampleCommand
An example command line: a literal string, or a function resolved at render time with the program ExampleMeta (so the program name need not be hardcoded).
- Import:
@kjanat/dreamcli - Export kind: type
- Declared in:
src/core/schema/command.ts - Source link:
src/core/schema/command.ts:481
Signatures
ts
type ExampleCommand = string | { (meta: ExampleMeta): string; };