Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IsTerminal = func(f *os.File) bool { return isatty.IsTerminal(f.Fd()) || IsCygwinTerminal(f) }
Functions ¶
func IsCygwinTerminal ¶
func SliceToString ¶ added in v1.2.1
Convert slice of string to comma separated string
func StringToSlice ¶ added in v1.2.1
Convert comma separated string values to slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.