1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-25 06:32:32 +01:00

Add PowerShell completion file (#1826)

This commit is contained in:
Rashil Gandhi
2021-08-28 17:09:17 +05:30
committed by GitHub
parent 27fa55d274
commit 43afae34be
4 changed files with 99 additions and 0 deletions

View File

@@ -64,6 +64,11 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
"assets/completions/bat.fish.in",
out_dir.join("assets/completions/bat.fish"),
)?;
template(
&variables,
"assets/completions/_bat.ps1.in",
out_dir.join("assets/completions/_bat.ps1"),
)?;
template(
&variables,
"assets/completions/bat.zsh.in",