| Crates.io | cronclearer | 
| lib.rs | cronclearer | 
| version | 1.0.3 | 
| created_at | 2025-09-16 18:56:13.343645+00 | 
| updated_at | 2025-09-17 14:33:12.838142+00 | 
| description | Making cron job outputs clearer and easier to debug. | 
| homepage | https://github.com/migmedia/cronclearer | 
| repository | |
| max_upload_size | |
| id | 1842206 | 
| size | 55,312 | 
This is the command execution wrapper called "cronclearer" that helps monitor and analyze command execution, particularly useful for debugging cron jobs.
This tool would be particularly useful for:
The name "cronclearer" should suggest it's intended for making cron job outputs clearer and easier to debug, as cron job failures can sometimes be difficult to diagnose due to limited logging and output capture.
-h or --help: Shows usage information-i or --ignore-text: Ignores stderr when exit-code is zero.-l or --log: Don't remove log files. Leaves log files for an audit in the temporary directory.-s or --stdout: React on exit-code, or on text on stdout.-V or --version: Show the version of cronclearer.Micha Glave
2>/dev/null: The evil cousin. Ignoring all failures.