CLI Entry-Point API
The physiomotion4d.cli subpackage contains the entry-point scripts that
back the installed physiomotion4d-* console commands. Each module exposes
a main() function that parses argparse arguments and dispatches into
the corresponding workflow class.
User-facing documentation for the command-line tools (flags, examples, recipes) lives under CLI & Scripts Overview. This section documents the Python entry-point modules themselves so they are reachable from the Python Module Index.