From 47ff44303fbe55cf9c98030670bff65667639d3c Mon Sep 17 00:00:00 2001 From: Alex Flint Date: Fri, 7 Oct 2022 12:51:55 -0700 Subject: [PATCH] drop support for help tag inside arg tag --- v2/construct.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/v2/construct.go b/v2/construct.go index 64bc28d..fe3ad4b 100644 --- a/v2/construct.go +++ b/v2/construct.go @@ -234,8 +234,6 @@ func cmdFromStruct(name string, dest path, t reflect.Type) (*Command, error) { arg.positional = true case key == "separate": arg.separate = true - case key == "help": // deprecated - arg.help = value case key == "env": // Use override name if provided if value != "" {