Skip to content
Snippets Groups Projects
Commit d5e7592a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[scripts.cli] Add version option

parent d813a085
No related branches found
No related tags found
No related merge requests found
Pipeline #85258 passed
...@@ -16,6 +16,7 @@ from .update_pins import update_pins ...@@ -16,6 +16,7 @@ from .update_pins import update_pins
cls=AliasedGroup, cls=AliasedGroup,
context_settings=dict(help_option_names=["-?", "-h", "--help"]), context_settings=dict(help_option_names=["-?", "-h", "--help"]),
) )
@click.version_option()
def cli(): def cli():
"""Idiap development tools - see available commands below.""" """Idiap development tools - see available commands below."""
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment