mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
list and get commands
This commit is contained in:
@@ -3,9 +3,7 @@ import * as program from 'commander';
|
||||
import { SyncService } from 'jslib/abstractions/sync.service';
|
||||
|
||||
export class SyncCommand {
|
||||
constructor(private syncService: SyncService) {
|
||||
|
||||
}
|
||||
constructor(private syncService: SyncService) { }
|
||||
|
||||
async run(cmd: program.Command) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user