Pull in go-flags, modified to build on Solaris
This commit is contained in:
5
github.com/jessevdk/go-flags/termsize.go
Normal file
5
github.com/jessevdk/go-flags/termsize.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package flags
|
||||
|
||||
func getTerminalColumns() int {
|
||||
return 80
|
||||
}
|
||||
Reference in New Issue
Block a user