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
assume: mcdev del ../.. -m a:key -m b:key2 -m c:key3 this will only execute delete for a:key but not even error for b:key2 or c:key3
mcdev del ../.. -m a:key -m b:key2 -m c:key3
it should delete all 3 elements
7.0.3
No response
The text was updated successfully, but these errors were encountered:
#1411: allow deleting multiple keys of same type or multiple --metada…
aa7ac12
…ta with multiple types
#1411: add / enhance test cases for multi-delete
ecbe8e9
Closed by #1414.
Sorry, something went wrong.
JoernBerkefeld
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
assume:
mcdev del ../.. -m a:key -m b:key2 -m c:key3
this will only execute delete for a:key but not even error for b:key2 or c:key3
Expected Behavior
it should delete all 3 elements
Steps To Reproduce
Version
7.0.3
Environment
Participation
Additional comments
No response
The text was updated successfully, but these errors were encountered: