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:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user