Skip to content

Commit

Permalink
[readme]add anchor links for command options
Browse files Browse the repository at this point in the history
  • Loading branch information
unikounio committed Mar 15, 2024
1 parent 2b65c39 commit 98fe3c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -52,6 +52,7 @@ $ node example/parse.js -x 3 -y 4 -n5 -abc --beep=boop --no-ding foo bar baz
const parseArgs = require('minimist');
```

<a name="var-argv--parseargsargs-opts"></a>
## const argv = parseArgs(args, opts={})

Return an argument object `argv` populated with the array arguments from `args`.
Expand Down

0 comments on commit 98fe3c8

Please sign in to comment.