mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-03 12:06:25 -04:00
CLI: Export database as CSV
* Changed `Extract` to `Export` to support additional formats * Allow database expot as CSV. Added a `--format` option to the `Export` command for that, which defaults to xml, so the current behavior is unchanged. *The `CsvExporter` had to be refactored a bit, but nothing major. It can now print to a file or return a string.
This commit is contained in:
parent
547c246e88
commit
77fcde875e
11 changed files with 157 additions and 89 deletions
|
@ -52,7 +52,7 @@ private slots:
|
|||
void testEdit();
|
||||
void testEstimate_data();
|
||||
void testEstimate();
|
||||
void testExtract();
|
||||
void testExport();
|
||||
void testGenerate_data();
|
||||
void testGenerate();
|
||||
void testKeyFileOption();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue