Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands = make(commands)
List of registered commands
Functions ¶
This section is empty.
Types ¶
type ArbitraryCmd ¶
type ArbitraryCmd struct {
// contains filtered or unexported fields
}
ArbitraryCmd is an arbitrary command
func (*ArbitraryCmd) Help ¶
func (cmd *ArbitraryCmd) Help() string
Help returns help on hap c <command>"
func (*ArbitraryCmd) IsRemote ¶
func (cmd *ArbitraryCmd) IsRemote() bool
IsRemote returns whether this command expects a remote
type BuildCmd ¶
type BuildCmd struct{}
BuildCmd is the build command
type CreateCmd ¶
type CreateCmd struct{}
CreateCmd inits the command for setting up remote repo
type DeployCmd ¶
type DeployCmd struct{}
DeployCmd is the build command
type ExecCmd ¶
type ExecCmd struct{}
ExecCmd is the command
Click to show internal directories.
Click to hide internal directories.