Documentation ¶
Index ¶
- Variables
- type List
- func (cmd *List) Description() string
- func (cmd *List) Process(ctx context.Context) error
- func (cmd *List) Query(ctx context.Context, f *flag.FlagSet, m *object.OptionManager) error
- func (cmd *List) Register(ctx context.Context, f *flag.FlagSet)
- func (cmd *List) Run(ctx context.Context, f *flag.FlagSet) error
- func (cmd *List) Usage() string
- type Set
- func (cmd *Set) Description() string
- func (cmd *Set) Process(ctx context.Context) error
- func (cmd *Set) Register(ctx context.Context, f *flag.FlagSet)
- func (cmd *Set) Run(ctx context.Context, f *flag.FlagSet) error
- func (cmd *Set) Update(ctx context.Context, f *flag.FlagSet, m *object.OptionManager) error
- func (cmd *Set) Usage() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ListDescription = `List option with the given NAME.
If NAME ends with a dot, all options for that subtree are listed.`
View Source
var SetDescription = `Set option NAME to VALUE.`
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct { *flags.ClientFlag *flags.OutputFlag }
func (*List) Description ¶
Click to show internal directories.
Click to hide internal directories.