# File lib/r10k/action/cri_runner.rb, line 35
      def new(opts, argv, _cmd = nil)
        handle_opts(opts)
        handle_argv(argv)
        @runner = R10K::Action::Runner.new(@opts, @argv, @klass)
        self
      end