Interface: TraceOptions
Defined in: cspell/src/options.ts:138
Extends
Properties
all?
optionalall?:boolean
Defined in: cspell/src/options.ts:154
Show all dictionaries, not just the ones that contain the words or are enabled.
allowCompoundWords?
optionalallowCompoundWords?:boolean
Defined in: cspell/src/options.ts:146
Enable the allowCompoundWords option.
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.
Inherited from
config?
optionalconfig?:string
Defined in: cspell/src/options.ts:275
Path to configuration file.
Inherited from
defaultConfiguration?
optionaldefaultConfiguration?:boolean
Defined in: cspell/src/options.ts:289
Load the default configuration
Default
true
Inherited from
BaseOptions.defaultConfiguration
dictionary?
optionaldictionary?:string[]
Defined in: cspell/src/options.ts:163
Names of dictionaries to use.
dictionaryPath?
optionaldictionaryPath?:"hide"|"long"|"short"|"full"
Defined in: cspell/src/options.ts:167
Configure how to display the dictionary path.
exitCode?
optionalexitCode?:boolean
Defined in: cspell/src/options.ts:300
Return an exit code if there are issues found.
Default
true
Inherited from
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
Inherited from
ignoreCase?
optionalignoreCase?:boolean
Defined in: cspell/src/options.ts:150
Ignore case and accents when searching for words.
languageId?
optionallanguageId?:string
Defined in: cspell/src/options.ts:279
Programming Language ID.
Inherited from
locale?
optionallocale?:string
Defined in: cspell/src/options.ts:283
Locale to use.
Inherited from
onlyFound?
optionalonlyFound?:boolean
Defined in: cspell/src/options.ts:159
Show only dictionaries that contain the words.
If all is set, this option is ignored.
stdin?
optionalstdin?:boolean
Defined in: cspell/src/options.ts:142
Use stdin for the input.
validateDirectives?
optionalvalidateDirectives?:boolean
Defined in: cspell/src/options.ts:294
Check In-Document CSpell directives for correctness.