Properties
cwd
cwd: undefined | string = Option.String(`--cwd`, {hidden: true})
json
json: boolean = Option.Boolean(`--json`, false, {description: `Format the output as an NDJSON stream`,})
verbose
verbose: boolean = Option.Boolean(`-v,--verbose`, false, {description: `Print the setting description on top of the regular key/value information`,})
why
why: boolean = Option.Boolean(`--why`, false, {description: `Print the reason why a setting is set a particular way`,})
Static paths
paths: string[][] = [[`config`],]
Static usage
usage
: Usage = Command.Usage({description: `display the current configuration`,details: `This command prints the current active configuration settings.`,examples: [[`Print the active configuration settings`,`$0 config`,]],})