We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcc434 commit 834bfb2Copy full SHA for 834bfb2
1 file changed
planemo/options.py
@@ -6,7 +6,7 @@
6
7
def test_data_option():
8
return click.option(
9
- "--test-data",
+ "--test_data",
10
type=click.Path(exists=True, file_okay=False, resolve_path=True),
11
help='test-data directory to for specified tool(s).'
12
)
0 commit comments