Skip to content

Commit

Permalink
Fixes subcommand listing
Browse files Browse the repository at this point in the history
  • Loading branch information
nkakouros committed May 9, 2019
1 parent b8d7140 commit 422c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/subcommands
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
fi

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

0 comments on commit 422c3c0

Please sign in to comment.