github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+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 }