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:
@@ -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.');
|
||||
|
||||
Reference in New Issue
Block a user