# README
system
import "github.com/veeainc/utils.go/system"
// Wait for Ctrl + C
func WaitForCtrlC()
// Check if output device is a terminal.
func IsTty() bool
import "github.com/veeainc/utils.go/system"
// Wait for Ctrl + C
func WaitForCtrlC()
// Check if output device is a terminal.
func IsTty() bool