improve README

This commit is contained in:
Carl Pearson
2020-03-24 13:11:37 -05:00
parent 6569bbb5bb
commit a10a98bc25

View File

@@ -110,10 +110,8 @@ p.parse(argc, argv);
```
`parse()` returns something falsy if there is an error.
Parsing modifies `argc` and `argv` to remove consumed options by default.
To disable, call `p->no_consume()`.
Parsing will silently skip unrecognized arguments.
To error instead, call `p->no_unrecognized()`.