cli: Set bin_name to be lower case

This commit is contained in:
Zhaofeng Li 2021-03-23 14:14:04 -07:00
parent ba2574755a
commit 53b55a102e

View file

@ -26,6 +26,7 @@ macro_rules! handle_command {
pub fn build_cli() -> App<'static, 'static> {
let mut app = App::new("Colmena")
.bin_name("colmena")
.version("0.1.0")
.author("Zhaofeng Li <hello@zhaofeng.li>")
.about("NixOS deployment tool")