diff options
| author | plustik <70038054+plustik@users.noreply.github.com> | 2023-11-19 16:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-19 10:20:52 -0500 |
| commit | 49a99180fed618b62ba773e3aebd8968b044262d (patch) | |
| tree | 09482a18f1cc3e8c3b633f4777f086bc9bbf68cd /Cargo.toml | |
| parent | a5b0ec07cbbca9186a0c86b069d99633c21af128 (diff) | |
feat: generate completion subcommand (#1561)
* generate-completion subcommand
* add Makefile target and replace completion scripts in repo with generated output
* Add completion to manual
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -43,6 +43,7 @@ unicode-segmentation = "1.10.1" unicode-width = "0.1.10" vte = "0.11.0" xdg = "2.4.1" +clap_complete = "4.4.4" [dependencies.git2] version = "0.17.2" |
