Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommonOptions ¶
func NewCommonOptions ¶
func NewCommonOptions() *CommonOptions
func (*CommonOptions) AddCommonFlag ¶
func (o *CommonOptions) AddCommonFlag(cmd *cobra.Command)
type IOStreams ¶
type IOStreams struct { // In think, os.Stdin In io.Reader // Out think, os.Stdout Out io.Writer // ErrOut think, os.Stderr ErrOut io.Writer }
IOStreams provides the standard names for iostreams. This is useful for embedding and for unit testing. Inconsistent and different names make it hard to read and review code
Click to show internal directories.
Click to hide internal directories.