cron icon indicating copy to clipboard operation
cron copied to clipboard

CLI tool (hcron) and Go library (cron) to convert CRON expression into human readable description.

Results 1 cron issues
Sort by recently updated
recently updated
newest added

## Description: I encountered a runtime panic instead of a handled error return when passing an invalid cron expression "1 1 1 x 1" to the `ToDescription` method. The program...