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

allow gets by search term

This commit is contained in:
Kyle Spearrin
2018-05-16 11:54:59 -04:00
parent df7ccaea9d
commit 0490c6ba3f
4 changed files with 83 additions and 19 deletions

View File

@@ -180,7 +180,7 @@ export class Program {
.command('update')
.description('Check for updates.')
.action(async (object, id, cmd) => {
console.log('Checking...');
// TODO
});
program