chore: Remove unused force arg

This commit is contained in:
Gerald Pinder 2024-12-08 21:26:17 -05:00
parent 4910292fb9
commit 6c3ee3a2bc

View file

@ -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,