Skip to content

Commit 422c3c0

Browse files
committed
Fixes subcommand listing
Fixes #238
1 parent b8d7140 commit 422c3c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/subcommands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
fi
3232

3333
@go.printf 'Available subcommands of "%s" are:\n\n' "$cmd_name" >&"$out_fd"
34-
@go 'commands' '--summaries' "$_GO_CMD_NAME" >&"$out_fd"
34+
@go 'commands' '--summaries' $cmd_name >&"$out_fd"
3535
return "$result"
3636
}

0 commit comments

Comments
 (0)