add update dialog

This commit is contained in:
Ondrej Samohel 2021-08-20 17:57:28 +02:00 committed by Ondřej Samohel
parent 580e8ade0e
commit df310da141
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
6 changed files with 274 additions and 3 deletions

View file

@ -18,7 +18,7 @@ from .pype_commands import PypeCommands
@click.option("--list-versions", is_flag=True, expose_value=False,
help=("list all detected versions. Use With `--use-staging "
"to list staging versions."))
@click.option("--validate-version",
@click.option("--validate-version", expose_value=False,
help="validate given version integrity")
def main(ctx):
"""Pype is main command serving as entry point to pipeline system.