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 != "" {