# frozen_string_literal: true require 'byebug' require 'diffend' command = 'install' project_id = nil gemfile = ARGV[0] lockfile = ARGV[1] definition = Diffend::BuildBundlerDefinition.call(command, gemfile lockfile) pp Diffend::LocalContext.call(command, project_id, definition)