summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-12-15 11:47:38 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-12-15 11:47:43 +0100
commitd8f71a5f2f0bd2c5f3433c11249c5e694c2bb73c (patch)
tree5420b2062af40e272b7b3a64c02906a5927a13a0 /Cargo.toml
parentf4592ab5d21f4e4dcd23f0153699b27b687bfc65 (diff)
Add subcommand to generate CLI completion script
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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 d67fae0..0231546 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,6 +12,7 @@ ascii_table = ">= 3.0.2"
atty = "0.2"
chrono = "0.4"
clap = "3.0.0-beta.2"
+clap_generate = "3.0.0-beta.2"
colored = "2"
config = "0.10"
csv = "1.1"