method

subcommand_help

ruby latest stable - Class: Bundler::Thor

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

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