Skip to content

CommandParamDto

One parameter (named flag or positional) of a CLI command, as authored in a cli-tool entry’s commandTree.

optional aliases?: string[]


optional description?: string


name: string


optional required?: boolean


optional type?: string