This commit is contained in:
Alec Thomas
2018-05-18 13:38:07 +10:00
parent f929749094
commit c6776fe4b8
3 changed files with 10 additions and 4 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func TestBranchingArgument(t *testing.T) {
Flag int `help:""`
Delete struct{} `help:""`
Rename struct {
To string
To string `help:""`
} `help:""`
} `arg:"" help:""`
} `help:"Manage users."`