1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-16 16:23:30 +00:00

updates for encrypted export and import (#198)

* react to changes for encrypted import

* support encrypted json export

* default back to csv
This commit is contained in:
Kyle Spearrin
2020-12-08 12:35:37 -05:00
committed by GitHub
parent 16d53b7f6f
commit 30b7b93fab
4 changed files with 7 additions and 4 deletions

View File

@@ -546,7 +546,7 @@ export class Program extends BaseProgram {
.on('--help', () => {
writeLn('\n Notes:');
writeLn('');
writeLn(' Valid formats are `csv` and `json`. Default format is `csv`.');
writeLn(' Valid formats are `csv`, `json`, `encrypted_json`. Default format is `csv`.');
writeLn('');
writeLn(' If raw output is specified and no output filename or directory is given, the');
writeLn(' result is written to stdout.');