chore!: Remove force arg for build since it is no longer in use

This commit is contained in:
Gerald Pinder 2024-11-07 00:10:07 -05:00
parent 752c957914
commit b376a5a484
3 changed files with 0 additions and 13 deletions

View file

@ -82,15 +82,6 @@ pub struct BuildCommand {
#[builder(default)]
retry_count: u8,
/// 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,
/// Archives the built image into a tarfile
/// in the specified directory.
#[arg(short, long)]