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
+4
View File
@@ -35,6 +35,8 @@ from sapcli.commands import (
cmd_read_table,
cmd_run_program,
cmd_activate,
cmd_upload,
cmd_syntax_check,
)
from sapcli.auth import cmd_auth_login, cmd_auth_logout, cmd_auth_status
from sapcli.exceptions import SapCliError, ConfigError
@@ -134,6 +136,8 @@ def main() -> None:
"check": cmd_check,
"format": cmd_format,
"activate": cmd_activate,
"upload": cmd_upload,
"syntax-check": cmd_syntax_check,
"diff": cmd_diff,
"package": cmd_package,
"cds": cmd_cds,