# File lib/r10k/util/subprocess.rb, line 51
      def initialize(argv)
        @argv = argv

        @raise_on_fail = false
      end