1
0
Fork 0
mirror of https://github.com/cosmo-sims/cosmICweb-music.git synced 2024-09-19 16:53:43 +02:00

add a --version option

This commit is contained in:
Lukas Winkler 2024-04-27 19:21:44 +02:00
parent 0024fb08d9
commit eed3641aa8
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -388,6 +388,7 @@ def dir_path(p: str) -> str:
@click.group()
@click.version_option()
@click.option(
"--url", default=DEFAULT_URL, help="overwrite URL of the cosmICweb server"
)