Skip to content

Commit 951198a

Browse files
committed
add user method to cli
1 parent 49d00f3 commit 951198a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/cli.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,6 +1018,7 @@ def __init__(self,):
10181018
self.lock = LockProxy()
10191019
self.license = LicenseProxy()
10201020
self.httpclient = HttpClientProxy()
1021+
self.user = UserProxy()
10211022
self.autocomplete = AutoComplete()
10221023
self.configure_cli = configure_cli
10231024

0 commit comments

Comments
 (0)