Interface CliOptionInformation<NAME>

Generic information about a CLI option.

Type Parameters

  • NAME = string

Hierarchy

  • CliOptionInformation

Properties

default?: string | ((configDir: string) => string)

The default value.

defaultValue?: string | ((configDir: string) => string)

The default value for example to display relative paths in 'default' but use absolute path as 'defaultValue'.

description: string

The description of the option.

example?: string

Usage example.

name: NAME

The name of the option.

The signature of the option.

Generated using TypeDoc