summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorplustik <70038054+plustik@users.noreply.github.com>2023-11-19 16:20:52 +0100
committerGitHub <noreply@github.com>2023-11-19 10:20:52 -0500
commit49a99180fed618b62ba773e3aebd8968b044262d (patch)
tree09482a18f1cc3e8c3b633f4777f086bc9bbf68cd /Cargo.toml
parenta5b0ec07cbbca9186a0c86b069d99633c21af128 (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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b54ed5d..5aa0433 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"