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