Skip to content

Commit

Permalink
add migration url to deprecation message of paramsHelp
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Aug 23, 2024
1 parent 255f661 commit 1b97b26
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,6 @@ class SchemaValidator extends PluginExtensionPoint {
Map options = [:],
String command
) {
// TODO add link to help message migration guide once created
if (!options.containsKey("hideWarning") || options.hideWarning == false) {
log.warn("""
Using `paramsHelp()` is not recommended. Check out the help message migration guide: https://nextflow-io.github.io/nf-schema/latest/migration_guide/#updating-the-help-message
Expand Down

0 comments on commit 1b97b26

Please sign in to comment.