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:
committed by
David Peter
parent
80da0dc619
commit
0d71968615
@@ -19,6 +19,7 @@ extern crate syntect;
|
||||
|
||||
mod app;
|
||||
mod assets;
|
||||
mod clap_app;
|
||||
mod controller;
|
||||
mod decorations;
|
||||
mod diff;
|
||||
|
||||
Reference in New Issue
Block a user