command_kit.rb
command_kit.rb copied to clipboard
Have `CommandKit::Commands::AutoRequire` search `$LOAD_PATH` for available commands
CommandKit::Commands::AutoRequire should search $LOAD_PATH for available commands that could be required. This would allow the module to list available commands that are in $LOAD_PATH (ex: from other 3rd-party gems that are loaded in by Bundler).