crontab

package
v0.0.0-...-6fe9b21 Latest Latest
Warning

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

Go to latest
Published: Nov 25, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Crontab = &cli.Command{
	Name:    "crontab",
	Usage:   "crontab job list",
	Aliases: []string{"cron"},
	Action:  runCron,
	Flags: []cli.Flag{
		&cli.StringFlag{
			Name:    "config",
			Aliases: []string{"c"},
			Usage:   "指定配置文件",
		},
		&cli.StringFlag{
			Name:    "func",
			Aliases: []string{"f"},
			Usage:   "指定执行的方法",
		},
	},
}

Crontab crontab job list

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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