Skip to content

nextflow plugins -help: show subcommands#7197

Open
ewels wants to merge 2 commits into
masterfrom
subcommand-help
Open

nextflow plugins -help: show subcommands#7197
ewels wants to merge 2 commits into
masterfrom
subcommand-help

Conversation

@ewels
Copy link
Copy Markdown
Member

@ewels ewels commented Jun 2, 2026

Show the available subcommands for nextflow plugins in the CLI help.

Signed-off-by: Phil Ewels <phil.ewels@seqera.io>
@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 2, 2026

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 7d894ce
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/6a22f15694703d0008d30d28

void run() {
if( !args )
throw new AbortOperationException("Missing plugin command - usage: nextflow plugin install <pluginId,..>")
if( !args ) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should print the reason of the failure before printing the usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants