cmd

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2018 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RootCommand added in v0.9.0

type RootCommand struct {
	// embedded cli.BaseCommand
	cli.BaseCommand

	//TODO: inject flag
	Profile string `flag:"shorthand=p,value=dev,usage=e.g. --profile=test"`
	Timeout int    `flag:"shorthand=t,value=1,usage=e.g. --timeout=2"`
}

FirstCommand is the root command

func NewRootCommand added in v0.9.0

func NewRootCommand(second *secondCommand) *RootCommand

NewRootCommand the root command

func (*RootCommand) Run added in v0.9.0

func (c *RootCommand) Run(args []string) error

Run root command handler

Jump to

Keyboard shortcuts

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