diff --git a/src/cli.rs b/src/cli.rs index 12dd64e..a22af52 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -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 ") .about("NixOS deployment tool")