cmd

package
v0.0.0-...-a8d68db Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2019 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdAdd = cli.Command{
	Name:        "add",
	Usage:       "自动添加模版",
	Description: ``,
	Action:      runAdd,
	Flags: []cli.Flag{
		cli.StringFlag{
			Name:  "action",
			Value: "",
			Usage: "动作",
		},
	},
}
View Source
var CmdWeb = cli.Command{
	Name:        "web",
	Usage:       "启动收银系统",
	Description: ``,
	Action:      runWeb,
	Flags: []cli.Flag{
		cli.IntFlag{
			Name:  "port",
			Value: 4000,
			Usage: "端口",
		},
		cli.IntFlag{
			Name:  "evn",
			Value: 0,
			Usage: "0:生产模式 ,!0:调试模式",
		},
	},
}

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