fix: handle contents of tags properly by unquoting them when necessary
This commit is contained in:
committed by
Alec Thomas
parent
95a465b4b5
commit
37e801405f
+2
-1
@@ -8,8 +8,9 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/alecthomas/assert/v2"
|
||||
"github.com/alecthomas/kong"
|
||||
"github.com/alecthomas/repr"
|
||||
|
||||
"github.com/alecthomas/kong"
|
||||
)
|
||||
|
||||
func mustNew(t *testing.T, cli interface{}, options ...kong.Option) *kong.Kong {
|
||||
|
||||
Reference in New Issue
Block a user