# File lib/commander/user_interaction.rb, line 231
    def reset_io
      $stdin, $stdout = STDIN, STDOUT
    end