mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
84d99d6bb8
Right now, adjusting test cases to cover some special edge-cases for a specific shell is a little problematic. For instance, if you add a special character that needs escaping to one of the help strings, not only the tests for the shell you're currently working on need adjustments, but rather all shell tests! Contributors can often only work on one specific shell. The need to adjust shells they don't know anything about discourages testing or makes it simply impossible for a single contributor. Arguably, this commit introduces a lot of code duplication, but on the other hand it also makes testing a lot easier. |
||
---|---|---|
.. | ||
examples | ||
src | ||
tests | ||
Cargo.toml | ||
README.md |