-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
toolbox list weirdness? #140
Comments
I have this:
Explanation: In short, when doing G list it have no idea what next level directory is (next G segment or A), and the guesswork failed as it assumed G=io.quarkus and A=qute, while it is in fact G=io.quarkus.qute. |
toolbox list io.quarkus
gives list of artifacts in io.quarkus. great. includingio.quarkus:qute
so i run
toolbox list io.quarkus:qute
and response is empty.should it not be list of versions of that artifact?
tried
toolbox list io.quarkus:qute:RELEASE
but that returned empty tooThe text was updated successfully, but these errors were encountered: