Framework
CliCommandConfig
Interface: CliCommandConfig
Configuration for a CLI command.
Properties
| Property | Type | Description |
|---|---|---|
description | string | Command description shown in help text |
options? | CliOptionConfig[] | Options this command accepts |
positionalArgs? | boolean | Whether this command accepts positional arguments |
priority? | number | Priority for conflict resolution (higher wins). Default: 0 |
