Home
last modified time | relevance | path

Searched defs:disableErrorOutput (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/cli/
DCommandLineParser.ts36 disableErrorOutput?: boolean; property
273 const { exitOnFail = true, disableErrorOutput = false } = commanderParseOpts; constant