diff --git a/src/main.rs b/src/main.rs index 6204108..1b5b1d1 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,