github.com/loafoe/cli@v7.1.0+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  }