diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-22 14:52:10 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-05-22 14:52:10 +0900 |
commit | 0a05adb1001af2e4b84dfb606d3d5782704cf195 (patch) | |
tree | 8f1cc2e081e4248ddc279f7e4f4b4daefb3468a5 | |
parent | 11f0add95ffb3d12b647ce1fe29ebcf8a385ed19 (diff) | |
download | scadere-0a05adb1001af2e4b84dfb606d3d5782704cf195.tar.gz |
Provide some structure for the README 0.0.1
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index 8f89b5e..c7d67e8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ that are about to expire and provides an Atom feed for notification. ## Usage +### Expiration checking + ```console $ scadere check --help Usage: scadere check [-h] [-d DAYS] [-o PATH] HOST[:PORT] [HOST[:PORT] ...] @@ -18,6 +20,10 @@ Options: output file (default to stdout) ``` +It is recommended to run `scadere check` as a cron job. + +### Expiration notification + ```console $ scadere listen --help Usage: scadere listen [-h] INPUT URL [[HOST][:PORT]] |