Documentation
¶
Overview ¶
Package actionscobra is a launchr plugin providing cobra interface to actions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ActionsGroup = &launchr.CommandGroup{
ID: "actions",
Title: "Actions:",
}
ActionsGroup is a command group definition.
Functions ¶
Types ¶
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
Plugin is launchr.Plugin to add command line interface to actions.
func (*Plugin) CobraAddCommands ¶
CobraAddCommands implements launchr.CobraPlugin interface to add actions in command line.
func (*Plugin) OnAppInit ¶
OnAppInit implements launchr.Plugin interface.
func (*Plugin) PluginInfo ¶
func (p *Plugin) PluginInfo() launchr.PluginInfo
PluginInfo implements launchr.Plugin interface.
Click to show internal directories.
Click to hide internal directories.