Skip to content

Commit

Permalink
feat(cli): generators what > type
Browse files Browse the repository at this point in the history
  • Loading branch information
tknickman committed May 17, 2023
1 parent 7869188 commit 37432eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/turborepo-lib/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ pub struct GenerateAddArgs {
#[clap(short = 'd', long)]
pub destination: Option<String>,
/// The type of workspace to create
#[clap(short = 'w', long)]
pub what: Option<String>,
#[clap(short = 't', long)]
pub r#type: Option<String>,
/// The root of your repository (default: directory with root turbo.json)
#[clap(short = 'r', long)]
pub root: Option<String>,
Expand Down

0 comments on commit 37432eb

Please sign in to comment.