command_plugin(command)
Fetch the name of plugin handling the command
# File lib/bundler/plugin/index.rb, line 95 def command_plugin(command) @commands[command] end