summaryrefslogtreecommitdiffstats
path: root/tool/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/build.rs')
-rw-r--r--tool/build.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tool/build.rs b/tool/build.rs
index da876a41..2dc5371d 100644
--- a/tool/build.rs
+++ b/tool/build.rs
@@ -18,7 +18,8 @@ fn main() {
};
let mut sq = sq_cli::build();
let mut sqv = sqv_cli::build();
- for shell in &[Shell::Bash, Shell::Fish] {
+ for shell in &[Shell::Bash, Shell::Fish, Shell::Zsh, Shell::PowerShell,
+ Shell::Elvish] {
sq.gen_completions("sq", *shell, &outdir);
sqv.gen_completions("sqv", *shell, &outdir);
}