Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownCommand ¶
type DownCommand struct {
// contains filtered or unexported fields
}
func NewDownCommand ¶
func NewDownCommand(cmdCtx *cmdcontext.CommandContext) *DownCommand
func (*DownCommand) DownCmd ¶
func (d *DownCommand) DownCmd() *cobra.Command
type InitCommand ¶
type InitCommand struct {
// contains filtered or unexported fields
}
func NewInitCommand ¶
func NewInitCommand(cmdCtx *context.CommandContext) *InitCommand
func (*InitCommand) GetRootCommand ¶
func (i *InitCommand) GetRootCommand() *cobra.Command
type RootCommand ¶
type RootCommand struct {
// contains filtered or unexported fields
}
func NewRootCommand ¶
func NewRootCommand(cmdCtx *cmdcontext.CommandContext) *RootCommand
func (*RootCommand) GetRootCommand ¶
func (r *RootCommand) GetRootCommand() (*cobra.Command, error)
type UpCommand ¶
type UpCommand struct {
// contains filtered or unexported fields
}
func NewUpCommand ¶
func NewUpCommand(cmdCtx *cmdcontext.CommandContext) *UpCommand
Click to show internal directories.
Click to hide internal directories.