Add the overwrite flag
This commit is contained in:
@@ -59,6 +59,10 @@ pub struct CreateCommand {
|
||||
requires = "path"
|
||||
)]
|
||||
pub image: Option<Byte>,
|
||||
|
||||
/// Overwrite existing image files. Use with caution
|
||||
#[structopt(long = "overwrite")]
|
||||
pub overwrite: bool,
|
||||
}
|
||||
|
||||
#[derive(StructOpt)]
|
||||
|
||||
Reference in New Issue
Block a user