format cli
Compare changes
Files
2- Bryan Brancotte authored
+ 62
− 25
@@ -7,8 +7,11 @@ from src.workflow import Workflow
@@ -7,8 +7,11 @@ from src.workflow import Workflow
@@ -19,15 +22,14 @@ from src.workflow import Workflow
@@ -19,15 +22,14 @@ from src.workflow import Workflow
'List of processes which are to be removed from the different structural representations (format "process1, process2, ...").',
@@ -37,30 +39,66 @@ from src.workflow import Workflow
@@ -37,30 +39,66 @@ from src.workflow import Workflow
@click.option('--name', 'name', required=False, help='Workflow name, extracted otherwise (in the case of a Git repo).')
@click.option('--keywords', 'keywords', required=False, help='Keywords of workflow (fomat "keyword1, keyword2, ..."), extracted otherwise (in the case of a Git repo).')
@click.option('--description', 'description', required=False, help='Description of workflow, extracted otherwise (in the case of a Git repo).')
@click.option('--date-published', 'datePublished', required=False, help='Publication date (format "yyyy-mm-dd"), extracted otherwise (in the case of a Git repo).')
@click.option('--license', 'license', required=False, help='License of workflow, extracted otherwise (in the case of a Git repo).')
@click.option('--creative-work-status', 'creativeWorkStatus', required=False, help='Creative work status of workflow, extracted otherwise (in the case of a Git repo).')
@click.option('--version', 'version', required=False, help='Version of workflow, extracted otherwise (in the case of a Git repo).')
@click.option('--producer', 'producer', required=False, help='Producer of workflow, extracted otherwise (in the case of a Git repo).')
@click.option('--publisher', 'publisher', required=False, help='Publisher of workflow, extracted otherwise (in the case of a Git repo).')
@@ -69,7 +107,6 @@ from src.workflow import Workflow
@@ -69,7 +107,6 @@ from src.workflow import Workflow