cmd

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

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

Go to latest
Published: Jun 12, 2019 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RootCmd = &cobra.Command{
		Use:   "crontalk",
		Short: "Talk to the cron expressions!!",
		Long: helper.Logo + `
CronTalk: Talk to the cron expressions!!
------------------------------------------

Translate your cron expressions into very understandable english words.
Scan the expression for future occurrences.

Valid Cron Expressions:
-----------------------
  "* * * * *" = "(minute) (hour) (day of month) (month) (day of week)"
1.Should contain exactly 5 values/sub-expressions
2. Valid values are:
		minute: 0-59
		hour:   0-23
		day of month: 1-31
		month: 1-12 or jan-dec
		day of week: 0-6 or sun-sat
		`,
	}
)

Root Command

Functions

func Execute

func Execute()

Execute the root command

Types

This section is empty.

Jump to

Keyboard shortcuts

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