drop support for help tag inside arg tag

This commit is contained in:
Alex Flint 2022-10-07 12:51:55 -07:00
parent 60a0117880
commit 47ff44303f
1 changed files with 0 additions and 2 deletions

View File

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