feat: sap-cli skill v2.2.0 — upload + syntax-check commands

This commit is contained in:
2026-06-13 22:32:32 +08:00
parent 1e39b6da88
commit b43d3b11c3
8 changed files with 192 additions and 3 deletions
+8
View File
@@ -54,6 +54,12 @@ from sapcli.commands.program_run import (
from sapcli.commands.activate import (
cmd_activate,
)
from sapcli.commands.upload import (
cmd_upload,
)
from sapcli.commands.syntax_check import (
cmd_syntax_check,
)
__all__ = [
"cmd_create",
@@ -80,4 +86,6 @@ __all__ = [
"cmd_read_table",
"cmd_run_program",
"cmd_activate",
"cmd_upload",
"cmd_syntax_check",
]