Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppose there is a program that executes another program, then it is convenient to take the arguments of the subprogram after `--`, as illustrated in the 22_stop_parsing_with_--.rs example. However, if the subprogram itself wants to receive `--`, then clap-rs should allow it. Fixes #1161.
- Loading branch information