argh/argh_derive
Eli Lipsitz dffc91d430 Don't process '--help' after option delimiter '--'
The option `--` acts as an "option delimiter" -- all arguments
which come after that point are treated as position arguments,
even if they begin with `-`. This functionality was added in #60.

However, there was a slight issue. Because the `--help` flag is
parsed separately from the rest of the arguments, `--help` would
trigger the early-exit help message, even after `--`.
2021-04-12 12:26:08 -07:00
..
src Don't process '--help' after option delimiter '--' 2021-04-12 12:26:08 -07:00
Cargo.toml Add myself to more authors lists 2020-10-27 11:15:44 -07:00
LICENSE add LICENSE to sub-crates 2020-01-31 09:02:48 -05:00