mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-07-20 01:42:37 +02:00
Add link to repo in --version output
This commit is contained in:
@@ -145,7 +145,7 @@ PARSER.set_defaults(command=None)
|
|||||||
PARSER.add_argument(
|
PARSER.add_argument(
|
||||||
"--version",
|
"--version",
|
||||||
action="version",
|
action="version",
|
||||||
version=f"{NAME} {VERSION}",
|
version=f"{NAME} {VERSION} (https://github.com/Garmelon/PFERD)",
|
||||||
)
|
)
|
||||||
PARSER.add_argument(
|
PARSER.add_argument(
|
||||||
"--config", "-c",
|
"--config", "-c",
|
||||||
|
Reference in New Issue
Block a user