class Bundler::CLI

def self.handle_no_command_error(command, has_namespace = $thor_runner)

def self.handle_no_command_error(command, has_namespace = $thor_runner)
  return super unless command_path = Bundler.which("bundler-#{command}")
  Kernel.exec(command_path, *ARGV[1..-1])
end