Skip to content

Commit a191e97

Browse files
committed
Fixup run options for the addition to engine to serve.
1 parent 73e6a3c commit a191e97

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

planemo/commands/cmd_run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
@click.command('run')
1515
@options.required_tool_arg()
1616
@options.required_job_arg()
17-
@options.galaxy_serve_options()
17+
@options.galaxy_run_options()
18+
@options.docker_galaxy_image_option()
19+
@options.galaxy_config_options()
1820
@options.galaxy_cwl_root_option()
1921
@options.cwl_conformance_test()
2022
@options.run_output_directory_option()

0 commit comments

Comments
 (0)