f
This commit is contained in:
5
CLI.py
5
CLI.py
@@ -93,7 +93,6 @@ _install_rich_traceback(show_locals=False)
|
||||
|
||||
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,
|
||||
@@ -1587,8 +1586,6 @@ class CLI:
|
||||
return app
|
||||
|
||||
def run(self) -> None:
|
||||
ensure_zerotier_server_running()
|
||||
|
||||
# Ensure Rich tracebacks are active even when invoking subcommands.
|
||||
try:
|
||||
config = self._config_loader.load()
|
||||
@@ -2402,8 +2399,6 @@ Come to love it when others take what you share, as there is no greater joy
|
||||
if pipeline_ctx_ref:
|
||||
pipeline_ctx_ref.clear_current_command_text()
|
||||
|
||||
stop_zerotier_server()
|
||||
|
||||
|
||||
|
||||
_PTK_Lexer = object # type: ignore
|
||||
|
||||
Reference in New Issue
Block a user