This commit will fix #40.
Replacing os.Stdout with color.Output will fix the problem on Windows's console.
Internally, `color.Output` is same as `colorable.NewColorableStdout()`, according to
|
||
|---|---|---|
| .. | ||
| cli.go | ||
| help.go | ||
| parse.go | ||
This commit will fix #40.
Replacing os.Stdout with color.Output will fix the problem on Windows's console.
Internally, `color.Output` is same as `colorable.NewColorableStdout()`, according to
|
||
|---|---|---|
| .. | ||
| cli.go | ||
| help.go | ||
| parse.go | ||