mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
get templates
This commit is contained in:
@@ -15,7 +15,7 @@ export class ListCommand {
|
||||
private collectionService: CollectionService) { }
|
||||
|
||||
async run(object: string, cmd: program.Command): Promise<Response> {
|
||||
switch (object) {
|
||||
switch (object.toLowerCase()) {
|
||||
case 'items':
|
||||
return await this.listCiphers();
|
||||
case 'folders':
|
||||
|
||||
Reference in New Issue
Block a user