We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3776f7 commit 717435aCopy full SHA for 717435a
util/bw_cli.py
@@ -47,10 +47,11 @@ def unlock(self):
47
unlocks the local bitwarden vault, and returns session token
48
TODO: check local env vars for password or api key
49
"""
50
+ header('Unlocking the Bitwarden vault...')
51
+
52
password_prompt = 'Enter your Bitwarden Password: '
53
password = getpass(prompt=password_prompt, stream=None)
54
- header('Unlocking the Bitwarden vault...')
55
self.session = subproc([f"bw unlock {password} --raw"], False, True)
56
57
def lock(self):
0 commit comments