Removed "dataname" tag

This commit is contained in:
Andrew Morozko 2019-11-30 00:32:28 +03:00
parent c3a019cdb8
commit c49d847704
1 changed files with 0 additions and 2 deletions

View File

@ -306,8 +306,6 @@ func cmdFromStruct(name string, dest path, t reflect.Type) (*command, error) {
spec.required = true
case key == "positional":
spec.positional = true
case key == "dataname":
spec.dataname = value
case key == "separate":
spec.separate = true
case key == "help": // deprecated