1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

PM-919 update help for send-get

This commit is contained in:
voommen-livefront
2025-04-02 10:14:01 -05:00
parent e26dd2f5a2
commit 0b50ee8328

View File

@@ -186,9 +186,9 @@ export class SendProgram extends BaseProgram {
writeLn(" bw send get searchText");
writeLn(" bw send get id");
writeLn(" bw send get searchText --text");
writeLn(" bw send download id --file");
writeLn(" bw send download id --output ../Photos/photo.jpg");
writeLn(" bw send download id --file --raw");
writeLn(" bw send get id --file");
writeLn(" bw send get id --output ../Photos/photo.jpg");
writeLn(" bw send get id --file --raw");
writeLn("", true);
})
.action(async (id: string, options: OptionValues) => {