Skip to content
Snippets Groups Projects
Commit fa564d6b authored by George Marchment's avatar George Marchment
Browse files

Merge branch 'add---help-arg' into 'main'

add help arg

See merge request !4
parents f7c198ae bb83bef3
No related branches found
No related tags found
1 merge request!4add help arg
Pipeline #13220 passed with stage
in 40 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