github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+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 }