Skip to content

Commit

Permalink
Moved the verbose for nf-core modules test
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenceKuhl committed Aug 15, 2024
1 parent 930ece5 commit 54c7a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,8 @@ def create_module(

# nf-core modules test
@modules.command("test")
@click.pass_context
@click.argument("tool", type=str, callback=normalize_case, required=False, metavar="<tool> or <tool/subtool>")
@click.pass_context
@click.option(
"-d",
"--dir",
Expand Down

0 comments on commit 54c7a65

Please sign in to comment.