cmd

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 23, 2018 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FirstCommand

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

	// inject (add) secondCommand into FirstCommand
	Second *secondCommand `cmd:""`

	// 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 (*FirstCommand) Init

func (c *FirstCommand) Init()

func (*FirstCommand) Run

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

Jump to

Keyboard shortcuts

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