command?(command)
Checks if any plugin handles the command
# File lib/bundler/plugin.rb, line 114 def command?(command) !index.command_plugin(command).nil? end