We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d44fa7b commit d483abdCopy full SHA for d483abd
commands/cli/parse_test.go
@@ -132,6 +132,9 @@ func TestOptionParsing(t *testing.T) {
132
}
133
134
func TestArgumentParsing(t *testing.T) {
135
+ if runtime.GOOS == "windows" {
136
+ t.Skip("stdin handling doesnt yet work on windows")
137
+ }
138
rootCmd := &commands.Command{
139
Subcommands: map[string]*commands.Command{
140
"noarg": {},
0 commit comments