mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add --list-versions help
This commit is contained in:
parent
bbd6e1f24e
commit
11da3d0d4d
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ from .pype_commands import PypeCommands
|
|||
expose_value=False, help="use specified version")
|
||||
@click.option("--use-staging", is_flag=True,
|
||||
expose_value=False, help="use staging variants")
|
||||
@click.option("--list-versions", is_flag=True, expose_value=False,
|
||||
help=("list all detected versions. Use With `--use-staging "
|
||||
"to list staging versions."))
|
||||
def main(ctx):
|
||||
"""Pype is main command serving as entry point to pipeline system.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue