removed unused argument
This commit is contained in:
parent
e98c5e7a12
commit
d1ef5c6755
@ -10,10 +10,6 @@ mod widget;
|
||||
/// helps you searching or updating tags of your used docker images
|
||||
#[derive(StructOpt, Debug)]
|
||||
pub struct Opt {
|
||||
/// Show architectures of images and their sizes
|
||||
#[structopt(short, long)]
|
||||
verbose: bool,
|
||||
|
||||
/// A custom path to a docker-compose file
|
||||
#[structopt(short, long, parse(from_os_str))]
|
||||
file: Option<PathBuf>,
|
||||
|
Loading…
Reference in New Issue
Block a user