clap/clap_generate
Arne Beer 84d99d6bb8 Give each shell test their own App
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.
2020-12-28 01:40:15 +01:00
..
examples Rename setting DisableVersion => DisableVersionFlag 2020-10-24 16:03:12 +02:00
src Lazy subcommand propagation, avoid redundant _build() function call 2020-12-12 22:32:20 +08:00
tests Give each shell test their own App 2020-12-28 01:40:15 +01:00
Cargo.toml Release 3.0.0-beta.2 2020-09-18 20:32:41 +02:00
README.md Refactor clap_generate 2020-02-07 07:52:04 +01:00

clap_generate