h
This commit is contained in:
@@ -11,14 +11,14 @@ if str(root) not in sys.path:
|
||||
|
||||
from cmdlet._shared import Cmdlet, CmdletArg
|
||||
from SYS.config import load_config
|
||||
from SYS.result_table import ResultTable
|
||||
from SYS.result_table import Table
|
||||
from API import zerotier as zt
|
||||
|
||||
def exec_zerotier(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
# Use provided config or fall back to CWD load
|
||||
cfg = config if config else load_config(Path.cwd())
|
||||
|
||||
table = ResultTable("ZeroTier Status")
|
||||
table = Table("ZeroTier Status")
|
||||
|
||||
# 1. Local Hub Status
|
||||
row = table.add_row()
|
||||
|
||||
Reference in New Issue
Block a user