Documentation ¶ Index ¶ func NewCmdCommand(p *props.Props) *cobra.Command func NewCmdRemove(p *props.Props) *cobra.Command type CommandOptions func (o *CommandOptions) Run(ctx context.Context, p *props.Props) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdCommand ¶ func NewCmdCommand(p *props.Props) *cobra.Command func NewCmdRemove ¶ func NewCmdRemove(p *props.Props) *cobra.Command Types ¶ type CommandOptions ¶ type CommandOptions struct { Name string Path string Parent string } func (*CommandOptions) Run ¶ func (o *CommandOptions) Run(ctx context.Context, p *props.Props) error Source Files ¶ View all Source files command.goroot.go Click to show internal directories. Click to hide internal directories.