This commit is contained in:
2026-01-14 02:39:31 -08:00
parent 7a0d226443
commit 883f270f90
6 changed files with 337 additions and 91 deletions

2
CLI.py
View File

@@ -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