feat: sap-cli skill v2.2.0 — upload + syntax-check commands
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user