summaryrefslogtreecommitdiff
path: root/parse.go
diff options
context:
space:
mode:
Diffstat (limited to 'parse.go')
-rw-r--r--parse.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/parse.go b/parse.go
index 5d3edec..3fcf08a 100644
--- a/parse.go
+++ b/parse.go
@@ -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