f
This commit is contained in:
2
CLI.py
2
CLI.py
@@ -62,6 +62,7 @@ _install_rich_traceback(show_locals=False)
|
||||
from SYS.background_notifier import ensure_background_notifier
|
||||
from SYS.logger import debug, set_debug
|
||||
from SYS.worker_manager import WorkerManager
|
||||
from SYS.background_services import ensure_zerotier_server_running, stop_zerotier_server
|
||||
|
||||
from SYS.cmdlet_catalog import (
|
||||
get_cmdlet_arg_choices,
|
||||
@@ -4586,6 +4587,7 @@ class MedeiaCLI:
|
||||
self.build_app()()
|
||||
|
||||
def run_repl(self) -> None:
|
||||
ensure_zerotier_server_running()
|
||||
# console = Console(width=100)
|
||||
|
||||
# Valid Rich rainbow colors
|
||||
|
||||
Reference in New Issue
Block a user