Skip to content

Commit

Permalink
doc: remove incorrect documenntation regarding opts.--
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jan 28, 2019
1 parent 2fb71b2 commit a02b1d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Parses command line arguments returning a simple mapping of keys and values.
* `opts.string`: keys should be treated as strings (even if they resemble a number `-x 33`).
* `opts.configuration`: provide configuration options to the yargs-parser (see: [configuration](#configuration)).
* `opts.number`: keys should be treated as numbers.
* `opts['--']`: arguments after the end-of-options flag `--` will be set to the `argv.['--']` array instead of being set to the `argv._` array.
**returns:**
Expand Down

0 comments on commit a02b1d5

Please sign in to comment.