Adding a cron command will enable command lists (and individual commands) to be scheduled.
Adding a cron field to the configuration will be easy.
Want standard cron format `"second minute hour 'day of month' month 'day of week'"`
Possible libraries:
- https://github.com/procyon-projects/chrono
- https://github.com/go-co-op/gocron
- https://github.com/reugn/go-quartz
CyberShell
added this to the Plans project 2023-01-20 08:57:21 +00:00
CyberShell
modified the project from Plans to Version 0.1.02023-01-20 23:46:10 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adding a cron command will enable command lists (and individual commands) to be scheduled.
Adding a cron field to the configuration will be easy.
Want standard cron format
"second minute hour 'day of month' month 'day of week'"Possible libraries: