forked from DGNum/colmena
cli: Set bin_name to be lower case
This commit is contained in:
parent
ba2574755a
commit
53b55a102e
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue