mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 03:03:43 +00:00
@@ -34,7 +34,7 @@ export class SendProgram extends Program {
|
||||
super(main);
|
||||
}
|
||||
|
||||
register() {
|
||||
async register() {
|
||||
program.addCommand(this.sendCommand());
|
||||
// receive is accessible both at `bw receive` and `bw send receive`
|
||||
program.addCommand(this.receiveCommand());
|
||||
|
||||
Reference in New Issue
Block a user