# File lib/commander/help_formatters/terminal.rb, line 10
      def render_command(command)
        template(:command_help).result(Context.new(command).get_binding)
      end