help

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2025 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source

Logo is the logo.

Variables

View Source
var (
	// ErrScan means scan help.
	ErrScan = errors.New("malwatch scan [ PATH ]")

	// ErrHistory means history help.
	ErrHistory = errors.New("malwatch history { get | del } [ TARGET | PATH ]")

	// ErrActs means acts help.
	ErrActs = errors.New("malwatch actions { get | set | del } PATH SIGNATURE [ ACTION... ]")

	// ErrQuarantine means quarantine help.
	ErrQuarantine = errors.New("malwatch quarantine PATH")

	// ErrExile means exile help.
	ErrExile = errors.New("malwatch exile PATH")

	// ErrRestore means restore help.
	ErrRestore = errors.New("malwatch restore { PATH | SCAN_ID }")

	// ErrSubmit means submit help.
	ErrSubmit = errors.New("malwatch submit PATH")

	// ErrSigs means sig help.
	ErrSigs = errors.New("malwatch signatures { update | refresh }")

	// ErrInfo means info help.
	ErrInfo = errors.New("malwatch info")

	// ErrInstall means install help.
	ErrInstall = errors.New("malwatch install")
)

https://developers.google.com/style/code-syntax

View Source
var (
	// ErrMonitor means monitor help.
	ErrMonitor = errors.New("malwatch-monitor start")
)

malwatch-monitor

Functions

This section is empty.

Types

type Help

type Help struct {
	Arg  string
	Desc error
}

Help represents cli usage.

type Helps

type Helps []Help

Helps represents helps.

Jump to

Keyboard shortcuts

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