From a82119f827c8c2983a6647c1cabcb0a9284119a0 Mon Sep 17 00:00:00 2001 From: Thomas Eppers Date: Wed, 20 Oct 2021 18:56:16 +0200 Subject: [PATCH] removed sturctopt macro --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 73fff72..e6278c7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,7 +8,6 @@ mod widget; /// helps you searching or updating tags of your used docker images #[derive(StructOpt, Debug)] -#[structopt(name = "main")] pub struct Opt { /// Show architectures of images and their sizes #[structopt(short, long)]