clap/src/completions
Kevin K 92919f5f67 Call this PR "Raid" cause it's squashin bugs! (#843)
* tests: adds tests for default values triggering conditional requirements

* fix: fixes a bug where default values should have triggered a conditional requirement but didnt

Closes #831

* tests: adds tests for missing conditional requirements in usage string of errors

* fix: fixes a bug where conditionally required args werent appearing in errors

* tests: adds tests for completion generators

* tests: adds tests for completions with binaries names that have underscores

* fix: fixes a bug where ZSH completions would panic if the binary name had an underscore in it

Closes #581

* fix: fixes bash completions for commands that have an underscore in the name

Closes #581

* chore: fix the category for crates.io

* docs(Macros): adds a warning about changing values in Cargo.toml not triggering a rebuild automatically

Closes #838

* fix(Completions): fixes a bug where global args weren't included in the generated completion scripts

Closes #841

* fix: fixes a println->debugln typo

* chore: increase version
2017-02-03 17:43:49 -05:00
..
bash.rs Call this PR "Raid" cause it's squashin bugs! (#843) 2017-02-03 17:43:49 -05:00
fish.rs style: standardizes debug calls and output 2016-12-29 23:34:46 -05:00
macros.rs chore: rustfmt run 2016-11-20 14:47:04 -05:00
mod.rs Call this PR "Raid" cause it's squashin bugs! (#843) 2017-02-03 17:43:49 -05:00
powershell.rs style: standardizes debug calls and output 2016-12-29 23:34:46 -05:00
shell.rs chore: rustfmt run 2016-11-20 14:47:04 -05:00
zsh.rs Call this PR "Raid" cause it's squashin bugs! (#843) 2017-02-03 17:43:49 -05:00