Skip to content

Commit

Permalink
fix(docs): fix incorrect parserConfiguration documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rvolgers authored and bcoe committed Aug 19, 2019
1 parent 07c8537 commit 2a99124
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/advanced.md
Expand Up @@ -435,13 +435,11 @@ using the [`parserConfiguration()`](/docs/api.md#parserConfiguration) method you

```js
yargs.parserConfiguration({
"yargs": {
"short-option-groups": true,
"camel-case-expansion": true,
"dot-notation": true,
"parse-numbers": true,
"boolean-negation": true
}
"short-option-groups": true,
"camel-case-expansion": true,
"dot-notation": true,
"parse-numbers": true,
"boolean-negation": true
})
```

Expand Down

0 comments on commit 2a99124

Please sign in to comment.