Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- update multiqc version to fix utils test ([#3853](https://github.com/nf-core/tools/pull/3853))
- Update dependency textual-dev to v1.8.0 ([#3860](https://github.com/nf-core/tools/pull/3860))
- Update pre-commit hook astral-sh/ruff-pre-commit to v0.14.3 ([#3861](https://github.com/nf-core/tools/pull/3861))
- remove trailing comas from nextflow_schema.json ([#3874](https://github.com/nf-core/tools/pull/3874))
- Make bump-version snapshot test more stable ([#3865](https://github.com/nf-core/tools/pull/3865))

### Template
Expand Down
6 changes: 3 additions & 3 deletions nf_core/pipeline-template/nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,15 +238,15 @@
}{% if nf_schema %},
"help": {
"type": ["boolean", "string"],
"description": "Display the help message.",
"description": "Display the help message."
},
"help_full": {
"type": "boolean",
"description": "Display the full detailed help message.",
"description": "Display the full detailed help message."
},
"show_hidden": {
"type": "boolean",
"description": "Display hidden parameters in the help message (only works when --help or --help_full are provided).",
"description": "Display hidden parameters in the help message (only works when --help or --help_full are provided)."
}{% endif %}
}
}
Expand Down