update refactoring and add new features

This commit is contained in:
2026-07-24 20:55:58 -07:00
parent 7f12bc7f40
commit 03fbbbcf28
69 changed files with 16332 additions and 17600 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ def run_cmdlet(
) -> CmdletRunResult:
"""Run a single cmdlet programmatically and return structured results.
This is intended for TUI/webapp consumers that want cmdlet behavior without
This is intended for programmatic consumers that want cmdlet behavior without
going through the interactive CLI loop.
Notes: