Allow third-party plugins to support bin/resolve <path> --eject
#149
Labels
enhancement
New feature or request
bin/resolve <path> --eject
#149
Because of the following lines in
bin/resolve
's functionality:bullet_train-base/lib/bullet_train/resolver.rb
Lines 92 to 97 in b8a3d2d
And:
bullet_train-base/lib/bullet_train/resolver.rb
Lines 37 to 38 in b8a3d2d
bin/resolve
only allows ejecting files from packages starting with thebullet_train
prefix.Could this be changed to allow ejecting from a list of registered third-party plugins?
bin/resolve
bin/resolve
checks that the base_path includes packages starting with thatbullet_train
prefix or from any of the registered plugin namesThe text was updated successfully, but these errors were encountered: