1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 00:33:44 +00:00

help docs for all commands

This commit is contained in:
Kyle Spearrin
2018-05-16 23:23:12 -04:00
parent 07cb4d5ff8
commit 9dd7af67b3
2 changed files with 184 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import { Response } from '../models/response';
import { Cipher } from '../models/cipher';
import { Folder } from '../models/folder';
import { CliUtils } from 'src/utils';
import { CliUtils } from '../utils';
export class EditCommand {
constructor(private cipherService: CipherService, private folderService: FolderService) { }