We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9efeca5 commit 210614dCopy full SHA for 210614d
packages/cli/src/index.ts
@@ -42,7 +42,7 @@ cacheLatestVersion();
42
yargs(hideBin(process.argv))
43
.version('version', 'Show version number.', version)
44
.help('help', 'Show help.')
45
- .parserConfiguration({ 'greedy-arrays': false })
+ .parserConfiguration({ 'greedy-arrays': false, 'boolean-negation': false })
46
.command(
47
'stats [api]',
48
'Show statistics for an API description.',
@@ -684,7 +684,6 @@ yargs(hideBin(process.argv))
684
(yargs) => {
685
return yargs
686
.env('REDOCLY_CLI_RESPECT')
687
- .parserConfiguration({ 'boolean-negation': false })
688
.positional('files', {
689
describe: 'Test files or glob pattern.',
690
type: 'string',
0 commit comments