Check for new versions at startup

This commit is contained in:
I-Al-Istannen
2022-10-24 17:31:34 +02:00
parent 5fdd40204b
commit 2d145e7c94
3 changed files with 65 additions and 0 deletions

View File

@ -151,6 +151,11 @@ PARSER.add_argument(
action="version",
version=f"{NAME} {VERSION} (https://github.com/Garmelon/PFERD)",
)
PARSER.add_argument(
"--skip-update-check",
action="store_true",
help="disable automatic update checks at startup"
)
PARSER.add_argument(
"--config", "-c",
type=Path,