Improved documentation and help.

This commit is contained in:
Alec Thomas
2018-06-05 10:32:23 +10:00
parent 2afd4ba47b
commit 96fa9c43d5
15 changed files with 457 additions and 173 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ func TestBareTagsWithJsonTag(t *testing.T) {
func TestManySeps(t *testing.T) {
var cli struct {
Arg string `arg optional default:"hi"`
Arg string `arg optional default:"hi"`
}
p := mustNew(t, &cli)