# File lib/capistrano/cli.rb, line 37
    def initialize(args)
      @args = args.dup
      $stdout.sync = true # so that Net::SSH prompts show up
    end