Skip to content

Commit fd3d86b

Browse files
author
HoolaBoola
committed
Completion scripts are generated for 4 shells
1 parent 9ac2034 commit fd3d86b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,8 @@ fn main() {
1414
println!("{:?}", outdir);
1515

1616
let mut app = build_cli();
17-
app.gen_completions("tmc", Shell::Zsh, outdir);
17+
app.gen_completions("tmc", Shell::Bash, &outdir);
18+
app.gen_completions("tmc", Shell::Fish, &outdir);
19+
app.gen_completions("tmc", Shell::PowerShell, &outdir);
20+
app.gen_completions("tmc", Shell::Zsh, &outdir);
1821
}

0 commit comments

Comments
 (0)