Skip to content
Snippets Groups Projects
Commit 56f2a1cd authored by Theophile GENTILHOMME's avatar Theophile GENTILHOMME
Browse files

[script][bio] Add prefix aliasing for Click commands

parent 37c03d67
No related branches found
No related tags found
1 merge request!158Add prefix aliasing for Click commands
Pipeline #
......@@ -3,10 +3,10 @@
import click
import pkg_resources
from click_plugins import with_plugins
from bob.extension.scripts.click_helper import AliasedGroup
@with_plugins(pkg_resources.iter_entry_points('bob.bio.cli'))
@click.group()
@click.group(cls=AliasedGroup)
def bio():
"""Entry for bob.bio commands."""
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