We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, when ]ListVersions is called without an argument is throws a VALUE ERROR without a reasonable error message.
]ListVersions
This could be solved by adding a flag -all, resulting in a list with all packages with the very latest version of each major version.
-all
In other words, in such a case, no argument (package name) is required and would be ignored when provided anyway.
The text was updated successfully, but these errors were encountered:
It might be an idea to add -group= and possibly tag= as well, which are only processed in conjunction with the -all flag.
-group=
tag=
Sorry, something went wrong.
The bug has been fixed in 0.46.0
That leaves the extension with the -all flag.
Implementing the -group= and -tags= options seems overkill
-tags=
No branches or pull requests
Currently, when
]ListVersions
is called without an argument is throws a VALUE ERROR without a reasonable error message.This could be solved by adding a flag
-all
, resulting in a list with all packages with the very latest version of each major version.In other words, in such a case, no argument (package name) is required and would be ignored when provided anyway.
The text was updated successfully, but these errors were encountered: