We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
On windows with git-bash.exe: The following reports false and true
false
true
fmt.Print(term.IsTerminal(os.Stdout.Fd())) fmt.Print(term.IsTerminal(os.Stderr.Fd()))
Do you know why stdout is no terminal but stderr is?