mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
b1eda37cca
This change adds a GNU Readline-based interactive mode to keepassxc-cli. If GNU Readline is not available, commands are just read from stdin with no editing or auto-complete support. DatabaseCommand is modified to add the path to the current database to the arguments passed to executeWithDatabase. In this way, instances of DatabaseCommand do not have to prompt to re-open the database after each invocation, and existing command implementations do not have to be changed to support interactive mode. This change also introduces a new way of handling commands between interactive and batch modes. * Fixes #3224. * Ran make format |
||
---|---|---|
.. | ||
CLangFormat.cmake | ||
CodeCoverage.cmake | ||
FindArgon2.cmake | ||
FindGcrypt.cmake | ||
FindLibGPGError.cmake | ||
FindQREncode.cmake | ||
FindQuaZip.cmake | ||
FindReadline.cmake | ||
Findsodium.cmake | ||
FindYubiKey.cmake | ||
GenerateProductVersion.cmake | ||
VersionInfo.in | ||
VersionResource.rc |