cmd

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2015 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var New = cli.Command{
	Name:   "new",
	Usage:  "Initialize a new Peach project",
	Action: runNew,
	Flags: []cli.Flag{
		stringFlag("target, t", "my.peach", "Directory to save project files"),
		boolFlag("yes, y", "Yes to all confirmations"),
	},
}
View Source
var Web = cli.Command{
	Name:   "web",
	Usage:  "Start Peach web server",
	Action: runWeb,
	Flags: []cli.Flag{
		stringFlag("config, c", "custom/app.ini", "Custom configuration file path"),
	},
}

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