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
i guess i updated from version v1.0.23 or v1.0.22 to v1.0.25. I used the rundeck-cli for deleteing old executions in a rundeck job:
rd executions deletebulk -y --older 2w -m 0 -p
Now I have to set -m > 0 otherwise i get an 'Exception in thread "main" java.lang.ArithmeticException: / by zero'....
It would be great, if 0 could be set again for "no pagination".
The text was updated successfully, but these errors were encountered:
adb561a
No branches or pull requests
i guess i updated from version v1.0.23 or v1.0.22 to v1.0.25. I used the rundeck-cli for deleteing old executions in a rundeck job:
rd executions deletebulk -y --older 2w -m 0 -p
Now I have to set -m > 0 otherwise i get an 'Exception in thread "main" java.lang.ArithmeticException: / by zero'....
It would be great, if 0 could be set again for "no pagination".
The text was updated successfully, but these errors were encountered: