部署优化

This commit is contained in:
andy
2026-08-03 20:59:59 +08:00
parent 5294edab89
commit 727643f1f2
18 changed files with 358 additions and 130 deletions

View File

@@ -71,11 +71,11 @@ def _parser() -> SafeArgumentParser:
)
generate.add_argument(
"--node-binary",
help="Node.js executable; defaults to COMPANY_REPORT_NODE_BINARY or PATH",
help="deprecated compatibility option; ignored by the openpyxl builder",
)
generate.add_argument(
"--artifact-tool-module",
help="absolute path to artifact_tool.mjs when package resolution is unavailable",
help="deprecated compatibility option; ignored by the openpyxl builder",
)
return parser