Compare commits
1 Commits
9a6303ec5c
...
7e11bcdceb
Author | SHA1 | Date |
---|---|---|
|
7e11bcdceb |
|
@ -8,6 +8,7 @@ import time
|
||||||
pub fn cmd() cli.Command {
|
pub fn cmd() cli.Command {
|
||||||
return cli.Command{
|
return cli.Command{
|
||||||
name: 'schedule'
|
name: 'schedule'
|
||||||
|
usage: 'schedule'
|
||||||
description: 'Preview the behavior of a cron schedule.'
|
description: 'Preview the behavior of a cron schedule.'
|
||||||
flags: [
|
flags: [
|
||||||
cli.Flag{
|
cli.Flag{
|
||||||
|
|
Loading…
Reference in New Issue