This commit is contained in:
Auric Vente
2024-07-26 21:56:41 -06:00
parent 03c3fbeba6
commit 381f9721e2
6 changed files with 266 additions and 0 deletions

View File

@@ -160,3 +160,9 @@ class ArgSpec:
type=float,
info="The number of minutes between slow updates",
)
ArgSpec.add_argument(
"argdoc",
action="store_true",
info="Make the arguments document and exit",
)