class Bundler::CLI

def check

def check
  remembered_flag_deprecation("path")
  require_relative "cli/check"
  Check.new(options).run
end