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 14a0e52 commit 89c90e0Copy full SHA for 89c90e0
mds/mng/__init__.py
@@ -7,6 +7,7 @@
7
8
9
def start_from_command_line_interface():
10
+ """Access point to CLI API"""
11
try:
12
cli()
13
except Exception as e:
0 commit comments