method
subcommand_help
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor
subcommand_help(cmd)protected
No documentation available.
# File lib/bundler/vendor/thor/lib/thor.rb, line 484
def subcommand_help(cmd)
desc "help [COMMAND]", "Describe subcommands or one specific subcommand"
class_eval "
def help(command = nil, subcommand = true); super; end
"
end