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
run command getkeys (with no args)
command getkeys
error thrown on missing arguments
panic: index out of range [0] with length 0
I will create bug fix pr shortly.
The text was updated successfully, but these errors were encountered:
GETKEYS
#533: Fix GETKEYS commands failure for wrong number of arguments (#534
a4342af
) * bug fix in command getkeys | wrong number of arguments
psrvere
Successfully merging a pull request may close this issue.
Steps to reproduce
run
command getkeys
(with no args)Expected output
error thrown on missing arguments
Observed output
panic: index out of range [0] with length 0
I will create bug fix pr shortly.
The text was updated successfully, but these errors were encountered: