Interface: BaseOptions
Defined in: cspell/src/options.ts:271
Extended by
Properties
color?
optionalcolor?:boolean
Defined in: cspell/src/options.ts:314
Use color in the output.
true to force color, false to turn off color.
undefined to use color if the output is a TTY.
config?
optionalconfig?:string
Defined in: cspell/src/options.ts:275
Path to configuration file.
defaultConfiguration?
optionaldefaultConfiguration?:boolean
Defined in: cspell/src/options.ts:289
Load the default configuration
Default
true
exitCode?
optionalexitCode?:boolean
Defined in: cspell/src/options.ts:300
Return an exit code if there are issues found.
Default
true
flag?
optionalflag?:string[]
Defined in: cspell/src/options.ts:307
Execution flags. Used primarily for releasing experimental features. Flags are of the form key:value
languageId?
optionallanguageId?:string
Defined in: cspell/src/options.ts:279
Programming Language ID.
locale?
optionallocale?:string
Defined in: cspell/src/options.ts:283
Locale to use.
validateDirectives?
optionalvalidateDirectives?:boolean
Defined in: cspell/src/options.ts:294
Check In-Document CSpell directives for correctness.