subcommands

package
v0.0.0-...-09e74c9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2020 License: MIT Imports: 6 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL