# File lib/bee_console.rb, line 567
      def task(task)
        @last_task = task
        puts @formatter.format_task(task) if @verbose
      end