cmd

package
v0.0.0-...-5e72b1c Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppVer string
View Source
var CmdHttp = cli.Command{
	Name:   "http",
	Usage:  "start a HTTP server in work directory",
	Action: runHttp,
	Flags:  []cli.Flag{},
}
View Source
var CmdInit = cli.Command{
	Name:   "init",
	Usage:  "initialize config template file",
	Action: runInit,
	Flags:  []cli.Flag{},
}
View Source
var CmdRun = cli.Command{
	Name:   "run",
	Usage:  "start monitoring and notifying",
	Action: runRun,
	Flags:  []cli.Flag{},
}
View Source
var CmdSync = cli.Command{
	Name:   "sync",
	Usage:  "keep syncing two end points",
	Action: runSync,
	Flags: []cli.Flag{
		cli.StringFlag{"mode, m", "", "run mode", ""},
	},
}

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