diff --git a/src/main.rs b/src/main.rs index 30a374c..1ff1cf6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -43,7 +43,8 @@ const BANNER: &str = "\ #[derive(Parser, Debug)] #[command( - name = "heco", + name = "HecO", + bin_name = "heco", before_help = BANNER, about = "The HMOS app development tool built for you and your AI.", version,