initial commit
This commit is contained in:
14
cli_other.go
Normal file
14
cli_other.go
Normal file
@@ -0,0 +1,14 @@
|
||||
//go:build !darwin && !linux && !windows
|
||||
// +build !darwin,!linux,!windows
|
||||
|
||||
package cli
|
||||
|
||||
import "os"
|
||||
|
||||
func GetTerminalInfo(*os.File) TerminalInfo {
|
||||
return TerminalInfo{Width: 80}
|
||||
}
|
||||
|
||||
func errorStyle(*os.File) { }
|
||||
|
||||
func resetStyle(*os.File) { }
|
||||
Reference in New Issue
Block a user