add_command(command, cls)
To be called via the API to register to handle a command
# File lib/bundler/plugin.rb, line 109 def add_command(command, cls) @commands[command] = cls end