Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrepareCommand ¶
type PrepareCommand struct { Args struct { Version string `description:"specify the git reference to prepare" positional-arg-name:"version"` } `positional-args:"yes" required:"yes"` }
func (*PrepareCommand) Execute ¶
func (p *PrepareCommand) Execute(args []string) error
type StartCommand ¶
type StartCommand struct { Args struct { Version string `description:"specify the git reference to start" positional-arg-name:"version" required:"true"` StartParams []string `description:"provide params to be passed to daemon on start" positional-arg-name:"start params"` } `positional-args:"true"` }
func (*StartCommand) Execute ¶
func (c *StartCommand) Execute(args []string) error
Click to show internal directories.
Click to hide internal directories.