Interface: CommandLineSettings
Defined in: CSpellSettingsDef.ts:353
These are settings only used by the command line application.
Extended by
Properties
cache?
optional
cache:CacheSettings
Defined in: CSpellSettingsDef.ts:357
Define cache settings.
failFast?
optional
failFast:boolean
Defined in: CSpellSettingsDef.ts:362
Exit with non-zero code as soon as an issue/error is encountered (useful for CI or git hooks)
Default
false