module Bundler::Plugin

def add_command(command, cls)

To be called via the API to register to handle a command
def add_command(command, cls)
  @commands[command] = cls
end