CliConfigurationOptions typealias
Options, as written by the user. All are optional.
Signature
export type CliConfigurationOptions = Record<string, string | boolean>;
Options, as written by the user. All are optional.
export type CliConfigurationOptions = Record<string, string | boolean>;