Lines Matching refs:Completions
46 * **Completions:** adds completion support for Elvish. ([e9d0562a](https://github.com/kbknapp/clap…
87 * **Completions:** adds completion support for Elvish. ([e9d0562a](https://github.com/kbknapp/clap…
110 * **Fish Completions:** fixes a bug that only allowed a single completion in in Fish Shell ([e8774…
160 * **Bash Completions:** instead of completing a generic option name, all bash completions fall bac…
471 * **PowerShell Completions:** fixes a bug where powershells completions cant be used if no subcomm…
476 * **PowerShell Completions:** massively dedups subcommand names in the generate script to make sma…
619 * **Completions:** fixes a bug that tried to propogate global args multiple times when generating…
642 * **Completions:** fixes a bug that tried to propogate global args multiple times when generating…
766 * **ZSH Completions:** escapes square brackets in ZSH completions ([7e17d5a3](https://github.com/k…
798 * **ZSH Completions:** fixes an issue where zsh completions caused panics if there were no subcomm…
818 * **Completions:** adds completion support for PowerShell. ([cff82c88](https://github.com/kbknapp/…
857 * **ZSH Completions:** fixes bug that caused panic on subcommands with aliases ([5c70e1a0](https:/…
879 * **Fish Completions:** fixes a bug where single quotes are not escaped ([780b4a18](https://github…
898 * **Completions:** adds ZSH completion support ([3e36b0ba](https://github.com/kbknapp/clap-rs/comm…
937 * **Completions:** fish completions for nested subcommands ([a61eaf8a](https://github.com/kbknapp/…
1077 * **Completions:** uses standard conventions for bash completion files, namely '{bin}.bash-complet…
1144 * **Completions:** one can generate a basic fish completions script at compile time ([1979d2f2](ht…
1171 * **Completions:** adds the ability to generate completions to io::Write object ([9f62cf73](https:…
1181 * **Completions:** fixes the formatting of the Cargo.toml excerpt in the completions example ([722…
1185 * **Completions:** fixes bug where --help and --version short weren't added to the completion list…
1195 * **Completions:** allows multiple completions to be built by namespacing with bin name ([57484b2d…
1204 * **Completions:**
1210 * **Completions:**