Options (1)
-h, --helpbooleanDisplay help
Example:
zeroclaw cron {{[-h|--help]}}Examples (7)
List all scheduled tasks
zeroclaw cron listAdd a new scheduled task with a cron expression
zeroclaw cron add "* * * * *" "command"Add a one-shot delayed task
zeroclaw cron once 30m|1h|1d|... "command"Remove a scheduled task
zeroclaw cron remove task_idPause a scheduled task
zeroclaw cron pause task_idResume a paused task
zeroclaw cron resume task_idDisplay help
zeroclaw cron [-h|--help]made by @shridhargupta | data from tldr-pages