github.com/ablease/cli@v6.37.1-0.20180613014814-3adbb7d7fb19+incompatible/util/configv3/detected_settings.go (about)

     1  package configv3
     2  
     3  // detectedSettings are automatically detected settings determined by the CLI.
     4  type detectedSettings struct {
     5  	currentDirectory string
     6  	terminalWidth    int
     7  	tty              bool
     8  }