gjcarneiro / yacron

A modern Cron replacement that is Docker-friendly
MIT License
454 stars 38 forks source link

configuration validation #24

Closed bradburyj closed 5 years ago

bradburyj commented 5 years ago

Added an option to just check if the yaml file is valid without running the scheduler.

Added boolean command line argument -v. If set to true, after Cron object is created with no errors then program exits with code 0

gjcarneiro commented 5 years ago

Looks good to me, but please can you add a note to HISTORY.rst about this addition? Since this adds a feature, next release will be 0.9.0.

bradburyj commented 5 years ago

Great, added. Thanks for the quick response.