# File lib/rhc/commands/base.rb, line 109
    def help(*args)
      ac = Commander::Runner.instance.active_command
      Commander::Runner.instance.command(:help).run(ac.name, *args)
    end