From 93b849a676ee373f0abefc30ece658c31cfd82c4 Mon Sep 17 00:00:00 2001 From: Brenton Cleeland Date: Wed, 28 Feb 2024 07:06:17 +1100 Subject: [PATCH] feat: add --version to the help --- ready/ready.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ready/ready.py b/ready/ready.py index ad53695..768f634 100644 --- a/ready/ready.py +++ b/ready/ready.py @@ -395,6 +395,7 @@ def usage(): print(" --quiet No text output") print(" --score Print a score out of 100 for this domain") print(" --doc Print the list of check names") + print(" --version Print version information") print("\nDevelopment / experimental options for filtering checks and HTTP requests during testing:") print("")