command_kit.rb icon indicating copy to clipboard operation
command_kit.rb copied to clipboard

Have `CommandKit::Commands::AutoRequire` search `$LOAD_PATH` for available commands

Open postmodern opened this issue 4 years ago • 0 comments

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).

postmodern avatar Dec 10 '21 21:12 postmodern