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
--limit 0
Not sure if this is a problem but I noticed that --limit 0 behaviors different than supplying limit=0 when hitting the api:
# returns all objects $ http :/pulp/api/v3/repositories/file/file/ limit==0 $ pulp file repository list --limit 0 Not all -1 entries were shown. []
Also the message seems odd too (Not all -1 entries were shown.)
Not all -1 entries were shown.
The text was updated successfully, but these errors were encountered:
restrict to limits >=1
Sorry, something went wrong.
Set minimum for limit to 1
8693670
fixes pulp#311
1155583
d420cf9
fixes #311
Successfully merging a pull request may close this issue.
Not sure if this is a problem but I noticed that
--limit 0
behaviors different than supplying limit=0 when hitting the api:Also the message seems odd too (
Not all -1 entries were shown.
)The text was updated successfully, but these errors were encountered: