Skip to main content

Interface: CommandLineSettings

Defined in: cspell-types/dist/index.d.mts:1155

These are settings only used by the command line application.

Extended by

Properties

cache?

optional cache: CacheSettings

Defined in: cspell-types/dist/index.d.mts:1159

Define cache settings.


failFast?

optional failFast: boolean

Defined in: cspell-types/dist/index.d.mts:1164

Exit with non-zero code as soon as an issue/error is encountered (useful for CI or git hooks)

Default

false