package cobrautil
import "github.com/docker/buildx/util/cobrautil"
Index ¶
- func HideInheritedFlags(cmd *cobra.Command, hidden ...string)
- func MarkCommandExperimental(c *cobra.Command)
- func MarkFlagExperimental(f *pflag.Flag)
- func MarkFlagsExperimental(fs *pflag.FlagSet, names ...string)
- type BoolFuncValue
Functions ¶
func HideInheritedFlags ¶
HideInheritedFlags hides inherited flags
func MarkCommandExperimental ¶
func MarkFlagExperimental ¶
func MarkFlagsExperimental ¶
Types ¶
type BoolFuncValue ¶
func (BoolFuncValue) IsBoolFlag ¶
func (f BoolFuncValue) IsBoolFlag() bool
func (BoolFuncValue) Set ¶
func (f BoolFuncValue) Set(s string) error
func (BoolFuncValue) String ¶
func (f BoolFuncValue) String() string
func (BoolFuncValue) Type ¶
func (f BoolFuncValue) Type() string
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
util/cobrautil/completion |
- Version
- v0.19.0
- Published
- Nov 26, 2024
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 12 hours ago –
Tools for package owners.