mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-25 14:42:26 +01:00
committed by
David Peter
parent
073b9968c0
commit
e05f5010da
5
build.rs
5
build.rs
@@ -54,6 +54,11 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
"assets/manual/bat.1.in",
|
||||
out_dir.join("assets/manual/bat.1"),
|
||||
)?;
|
||||
template(
|
||||
&variables,
|
||||
"assets/completions/bat.bash.in",
|
||||
out_dir.join("assets/completions/bat.bash"),
|
||||
)?;
|
||||
template(
|
||||
&variables,
|
||||
"assets/completions/bat.fish.in",
|
||||
|
Reference in New Issue
Block a user