You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems strange to me. IMO If it can find the bundle via the name, and it is located at the ROCK_BUNDLE_PATH, it should also return just the name and not the path.
I think the script should check if the bundle is registered here too and adjust the output accordingly. Or can we ditch the registered-check there altogether because only registered bundles are iterated in the first place? Quiet output doesn't seem to make sense there, does it?
The text was updated successfully, but these errors were encountered:
I just noticed that
rock-bundle-sel
gives different output when given a relative path to the bundle vs when given just the name:This seems strange to me. IMO If it can find the bundle via the name, and it is located at the
ROCK_BUNDLE_PATH
, it should also return just the name and not the path.I think the script should check if the bundle is registered here too and adjust the output accordingly. Or can we ditch the registered-check there altogether because only registered bundles are iterated in the first place? Quiet output doesn't seem to make sense there, does it?
The text was updated successfully, but these errors were encountered: