Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DescribeCommand ¶
type DescribeCommand struct {
// contains filtered or unexported fields
}
func NewDescribeCommand ¶
func NewDescribeCommand(opts *GlobalOptions) *DescribeCommand
func (*DescribeCommand) Command ¶
func (c *DescribeCommand) Command() *cobra.Command
type GlobalOptions ¶
type ListCommand ¶
type ListCommand struct {
// contains filtered or unexported fields
}
func NewListCommand ¶
func NewListCommand(opts *GlobalOptions) *ListCommand
func (*ListCommand) Command ¶
func (c *ListCommand) Command() *cobra.Command
type RootCommand ¶
type RootCommand struct {
// contains filtered or unexported fields
}
func NewRootCommand ¶
func NewRootCommand(r io.Reader, w io.Writer) *RootCommand
func (*RootCommand) Command ¶
func (c *RootCommand) Command() *cobra.Command
type TreeCommand ¶
type TreeCommand struct {
// contains filtered or unexported fields
}
func NewTreeCommand ¶
func NewTreeCommand(opts *GlobalOptions) *TreeCommand
func (*TreeCommand) Command ¶
func (c *TreeCommand) Command() *cobra.Command
Click to show internal directories.
Click to hide internal directories.