Cron - CLI Utility
Command-line utility for cron operations.
Quick Start
cron-tool --help
Features
- Standard command-line interface
- Common flags and arguments
- Pipe and redirect compatible
- Shell integration
Examples
# Show help
cron-tool --help
# Basic usage
cron-tool [options] [arguments]
# Pipe input
echo "input" | cron-tool [options]