mirror of
https://github.com/topjohnwu/argh.git
synced 2024-11-23 11:49:45 +00:00
dffc91d430
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 `--`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |