From 6c3ee3a2bcbb6cb32616b2baafa968da06548fe1 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sun, 8 Dec 2024 21:26:17 -0500 Subject: [PATCH] chore: Remove unused force arg --- src/commands/switch.rs | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/commands/switch.rs b/src/commands/switch.rs index d193e38..edc48d1 100644 --- a/src/commands/switch.rs +++ b/src/commands/switch.rs @@ -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,