module Bundler::Plugin

def command?(command)

Checks if any plugin handles the command
def command?(command)
  !index.command_plugin(command).nil?
end