github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/util/configv3/flag_overrides.go (about)

     1  package configv3
     2  
     3  // FlagOverride represents all the global flags passed to the CF CLI
     4  type FlagOverride struct {
     5  	Verbose bool
     6  }