Documentation ¶ Index ¶ type ListCmd func (c *ListCmd) Help() string func (c *ListCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error type ViewCmd func (c *ViewCmd) Help() string func (c *ViewCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ListCmd ¶ type ListCmd struct { output.OutputFlags } func (*ListCmd) Help ¶ func (c *ListCmd) Help() string func (*ListCmd) Run ¶ func (c *ListCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error type ViewCmd ¶ type ViewCmd struct { ClusterID string `arg:"" help:"Cluster ID to view"` output.OutputFlags } func (*ViewCmd) Help ¶ func (c *ViewCmd) Help() string func (*ViewCmd) Run ¶ func (c *ViewCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error Source Files ¶ View all Source files list.goview.go Click to show internal directories. Click to hide internal directories.