diff options
| author | Rick <[email protected]> | 2017-10-02 14:18:41 +0100 |
|---|---|---|
| committer | Rick <[email protected]> | 2017-10-02 14:18:41 +0100 |
| commit | d7961941f0ceee4e55062041991de7bbd43b2b57 (patch) | |
| tree | 8eb798350d16f89ebfceca8b22011427c69b2289 /parse_test.go | |
| parent | 398a01ebab8b6260be8714a39ad19ecb0db58dc1 (diff) | |
Altered help tag parsing to reduce the constraints on help text content; old behaviour is retained for backward compatibility
Diffstat (limited to 'parse_test.go')
| -rw-r--r-- | parse_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parse_test.go b/parse_test.go index 55f3fa6..701b105 100644 --- a/parse_test.go +++ b/parse_test.go @@ -131,7 +131,7 @@ func TestMixed(t *testing.T) { var args struct { Foo string `arg:"-f"` Bar int - Baz uint `arg:"positional"` + Baz uint `arg:"positional"` Ham bool Spam float32 } |
