feat(logging): add interactive shell detection for console output
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
//go:build !unix
|
||||
|
||||
package shell
|
||||
|
||||
func IsInteractive(fd uintptr) bool {
|
||||
return false
|
||||
}
|
||||
Reference in New Issue
Block a user