Skip to content

Commit

Permalink
[ISSUE #236]Add a description for Cli init command argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Oct 18, 2023
1 parent ac68f66 commit 0b61a40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions volo-cli/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 0b61a40

Please sign in to comment.