Documentation
¶
Overview ¶
Package cmdutil provides generic cobra command utilities shared across pkg/cmd and its subpackages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ArgsAfter ¶ added in v1.50.6
ArgsAfter returns a copy of args strictly after the first occurrence of name, or an empty slice if name is absent. It is used to recover the arguments meant for a plugin binary from the raw process arguments, since Cobra consumes the tokens it recognizes before the command's RunE sees them.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.