github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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  }