Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
add_command(command, cls)
public
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