Skip to content

Commit

Permalink
chore: Remove unused force arg
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpinder committed Dec 9, 2024
1 parent 4910292 commit 6c3ee3a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/commands/switch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ pub struct SwitchCommand {
#[builder(default)]
reboot: bool,

/// Allow `bluebuild` to overwrite an existing
/// Containerfile without confirmation.
///
/// This is not needed if the Containerfile is in
/// .gitignore or has already been built by `bluebuild`.
#[arg(short, long)]
#[builder(default)]
force: bool,

#[clap(flatten)]
#[builder(default)]
drivers: DriverArgs,
Expand Down

0 comments on commit 6c3ee3a

Please sign in to comment.