cmd

package
v0.0.0-...-be21ac7 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2015 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const VERSION = "0.7.2"

Variables

View Source
var CmdServer = cli.Command{
	Name:   "server",
	Usage:  "Start DockerBoard web server",
	Action: runServer,
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:  "static, s",
			Value: "dist",
			Usage: "Static directory",
		},
		cli.StringFlag{
			Name:  "port, p",
			Value: "8001",
			Usage: "Port to run the server on",
		},
	},
}

Functions

func CmdNotFound

func CmdNotFound(c *cli.Context, command string)

Types

This section is empty.

Jump to

Keyboard shortcuts

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