1
0
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:
Kyle Spearrin
2018-05-14 13:37:52 -04:00
parent 2557f7239c
commit 3dd38cbe12
5 changed files with 150 additions and 11 deletions

View File

@@ -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 {