1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-22 11:13:13 +00:00

main and program are classes

This commit is contained in:
Kyle Spearrin
2018-05-14 11:15:54 -04:00
parent ad2fa7efbb
commit 7f0f4a11f8
7 changed files with 210 additions and 74 deletions

View File

@@ -50,7 +50,9 @@ export class NodePlatformUtilsService implements PlatformUtilsService {
return Utils.getHostname(uriString);
}
isViewOpen: () => false;
isViewOpen() {
return false;
}
launchUri(uri: string, options?: any): void { }