We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8d7140 commit 422c3c0Copy full SHA for 422c3c0
1 file changed
lib/subcommands
@@ -31,6 +31,6 @@
31
fi
32
33
@go.printf 'Available subcommands of "%s" are:\n\n' "$cmd_name" >&"$out_fd"
34
- @go 'commands' '--summaries' "$_GO_CMD_NAME" >&"$out_fd"
+ @go 'commands' '--summaries' $cmd_name >&"$out_fd"
35
return "$result"
36
}
0 commit comments