cmd

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Scan = cli.Command{
	Name:        "scan",
	Usage:       "Start to scan github leak info",
	Description: "start to scan github leak info",
	Action:      util.Scan,
	Flags: []cli.Flag{
		stringFlag("mode, m", "github", "scan mode: github, local, all"),
		intFlag("time, t", 900, "scan interval(second)"),
	},
}
View Source
var Web = cli.Command{
	Name:        "web",
	Usage:       "Startup a web Service",
	Description: "Startup a web Service",
	Action:      web.RunWeb,
	Flags: []cli.Flag{
		boolFlag("debug, d", "Debug Mode"),
		stringFlag("host, H", "0.0.0.0", "web listen address"),
		intFlag("port, p", 8000, "web listen port"),
	},
}

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