1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-09 19:51:48 +00:00

Generate shell completions with clap during build (#327)

* Generate shell completions with clap during build

* Updated ci release script, added SHELL_COMPLETIONS_DIR override to build.rs and fixed dependency version
This commit is contained in:
davideGiovannini
2018-10-03 09:39:30 +02:00
committed by David Peter
parent 80da0dc619
commit 0d71968615
8 changed files with 337 additions and 255 deletions
+1
View File
@@ -19,6 +19,7 @@ extern crate syntect;
mod app;
mod assets;
mod clap_app;
mod controller;
mod decorations;
mod diff;