We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d0cc5 commit 55dcbefCopy full SHA for 55dcbef
1 file changed
connect.py
@@ -53,3 +53,6 @@ def list_processes(): # List and toggle services
53
else:
54
if user_input != "cancel":
55
print("I couldn't find a service by that name!\n")
56
+
57
+def get_commands():
58
+ return cmds.commands
0 commit comments