Skip to content
Snippets Groups Projects
Commit bb83bef3 authored by Bryan Brancotte's avatar Bryan Brancotte
Browse files

add help arg

parent f7c198ae
No related branches found
No related tags found
1 merge request!4add help arg
Pipeline #13219 passed with stage
in 41 seconds
import click
import src as bioflow_insight_src
from src.workflow import Workflow
@click.command()
@click.version_option(bioflow_insight_src.__version__)
@click.argument('main_workflow_path')
#@click.option('--author', 'author', required=False, help='Author name, extracted otherwise')
@click.option('--name', 'name', required=False, help='Workflow name, extracted otherwise')
......
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