From d1ef5c67557c26c2be3c2d1a85aacdfbe4b881e4 Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Sat, 23 Jul 2022 00:47:07 +0200 Subject: [PATCH] removed unused argument --- src/main.rs | 4 ---- 1 file changed, 4 deletions(-) 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,