返回 DeepSeek-Reasonix
ansi_console_other.go
根目录 / internal / cli / ansi_console_other.go
1 //go:build !windows
2
3 package cli
4
5 func ansiConsoleReady() bool { return true }
6
6 lines GO