humanmade / Cavalcade-Runner

Daemon for Cavalcade, a scalable WordPress jobs system.
https://engineering.hmn.md/projects/cavalcade/
53 stars 26 forks source link

Add help text for cavalcade with -h or --help flag #33

Closed onnimonni closed 7 years ago

onnimonni commented 7 years ago

Example output:

$ ./bin/cavalcade -h 
This is runner script for cavalcade, a better wp-cron.
More information: https://github.com/humanmade/Cavalcade
Usage: cavalcade /path/to/wordpress
$ ./bin/cavalcade --help 
This is runner script for cavalcade, a better wp-cron.
More information: https://github.com/humanmade/Cavalcade
Usage: cavalcade /path/to/wordpress
onnimonni commented 7 years ago

@rmccue can you squash these before merging?