Salamek / cron-descriptor

A Python library that converts cron expressions into human readable strings.
MIT License
160 stars 38 forks source link

Simple CLI with all Options implemented #80

Closed eduardomezencio closed 7 months ago

eduardomezencio commented 7 months ago

Usage examples:

simplest:

python -m cron_descriptor '* * * * *'

help:

python -m cron_descriptor -h

lower case:

python -m cron_descriptor --casing LowerCase '* * * * *'