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
The show command is not able to display entries which do not have a unique name.
keepassxc-cli.exe search "Database.kdbx" *
/Test/test /Test/test
keepassxc-cli.exe show "Database.kdbx" --all /Test/test
Error. Entry is ambiguous.
Always the first entry is shown.
Add an option to the cli to show an entry by its uuid: `keepassxc-cli.exe show "Database.kdbx" --all --uuid {ddf0b4c0-3218-2244-aa8a-22d86d5b7f97}
Related to this recent change: #9571
The text was updated successfully, but these errors were encountered:
#3720
Sorry, something went wrong.
No branches or pull requests
The show command is not able to display entries which do not have a unique name.
Steps to Reproduce
keepassxc-cli.exe search "Database.kdbx" *
keepassxc-cli.exe show "Database.kdbx" --all /Test/test
Expected Behavior
Error. Entry is ambiguous.
Actual Behavior
Always the first entry is shown.
Proposal
Add an option to the cli to show an entry by its uuid:
`keepassxc-cli.exe show "Database.kdbx" --all --uuid {ddf0b4c0-3218-2244-aa8a-22d86d5b7f97}
Related to this recent change:
#9571
The text was updated successfully, but these errors were encountered: