cmd

package
v0.0.0-...-1e3013e Latest Latest
Warning

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

Go to latest
Published: May 17, 2020 License: Apache-2.0 Imports: 21 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AppVer string
View Source
var Init = cli.Command{
	Name:   "init",
	Usage:  "initialize config template file",
	Action: runInit,
	Flags:  []cli.Flag{},
}
View Source
var Run = cli.Command{
	Name:   "run",
	Usage:  "start monitoring and notifying",
	Action: runRun,
	Flags:  []cli.Flag{},
}
View Source
var Sync = cli.Command{
	Name:   "sync",
	Usage:  "keep syncing two end points",
	Action: runSync,
	Flags: []cli.Flag{
		cli.StringFlag{Name: "mode, m", Value: "", Usage: "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