scitex_msword.cli๏
Click-based command-line interface for scitex-msword.
This module is the thin orchestrator: it defines the root main_group
plus universal flags (-V/--version, --help-recursive,
--json) and delegates each subcommand group to a focused module
under scitex_msword._cli so file size stays under the 512-line
policy and each command lives next to the verb it implements.
Canonical subcommands (audit-ยง1a compliant):
scitex-msword insert-table Insert a Word table at a paragraph anchor. scitex-msword list-python-apis Enumerate the public Python API surface. scitex-msword mcp start Start the MCP server (stdio). scitex-msword mcp list-tools Enumerate registered MCP tools.
The CLI is a thin wrapper around the public Python API โ every
mutating verb takes --path (input) and --out (output) and
never edits in place. Run scitex-msword --help-recursive for the
full tree.
Functions
|
Top-level entry โ returns process exit code (0 on success). |