cmd

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2017 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Hello = cli.Command{
	Name:        "hello",
	Usage:       "Hello prints a message to the console",
	Description: "Hello prints a message to the console",
	Action:      hello,
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:        "name, n",
			Usage:       "Name to print to the console",
			Value:       "world",
			Destination: &name,
		},
	},
}

Hello command

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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