LogoRobo.js
Framework

CliCommandConfig

Interface: CliCommandConfig

Configuration for a CLI command.

Properties

PropertyTypeDescription
descriptionstringCommand description shown in help text
options?CliOptionConfig[]Options this command accepts
positionalArgs?booleanWhether this command accepts positional arguments
priority?numberPriority for conflict resolution (higher wins). Default: 0

On this page