Skip to content

Commit

Permalink
add force flag to cli args
Browse files Browse the repository at this point in the history
  • Loading branch information
Zertsov committed Feb 13, 2024
1 parent 4a7d9e9 commit 7813c1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/turborepo-lib/src/cli/mod.rs
Expand Up @@ -206,6 +206,8 @@ pub struct Args {
pub run_args: Option<RunArgs>,
#[clap(subcommand)]
pub command: Option<Command>,
#[clap(long, global = true)]
pub force: bool,
}

#[derive(Debug, Parser, Serialize, Clone, Copy, PartialEq, Eq, Default)]
Expand Down

0 comments on commit 7813c1f

Please sign in to comment.