removed unused argument

This commit is contained in:
Thomas Eppers 2022-07-23 00:47:07 +02:00
parent e98c5e7a12
commit d1ef5c6755

View File

@ -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>,