# File lib/commander/user_interaction.rb, line 545
      def erase_line
        # highline does not expose the output stream
        HighLine.default_instance.instance_variable_get('@output').print "\r\e[K"
      end