chore: Remove unused force arg
This commit is contained in:
parent
4910292fb9
commit
6c3ee3a2bc
1 changed files with 0 additions and 9 deletions
|
|
@ -36,15 +36,6 @@ pub struct SwitchCommand {
|
||||||
#[builder(default)]
|
#[builder(default)]
|
||||||
reboot: bool,
|
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)]
|
#[clap(flatten)]
|
||||||
#[builder(default)]
|
#[builder(default)]
|
||||||
drivers: DriverArgs,
|
drivers: DriverArgs,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue