diff --git a/volo-cli/src/init.rs b/volo-cli/src/init.rs index b17f4d55..3451f70f 100644 --- a/volo-cli/src/init.rs +++ b/volo-cli/src/init.rs @@ -12,6 +12,7 @@ use crate::command::CliCommand; #[derive(Parser, Debug)] #[command(about = "init your project")] pub struct Init { + #[arg(help = "The name of project")] pub name: String, #[arg( short = 'g',