resolveExampleCommand
Generated reference page for the resolveExampleCommand function export.
- Import:
@kjanat/dreamcli - Export kind: function
- Declared in:
src/core/schema/command.ts - Source link:
src/core/schema/command.ts:492
Signatures
ts
function resolveExampleCommand(command: ExampleCommand, meta: ExampleMeta): string;Members
Members
resolveExampleCommand
Resolve an ExampleCommand to its string form for the given meta.
ts
(command: ExampleCommand, meta: ExampleMeta): string;