CLI App ======= ``oduit.cli.app`` is the canonical Typer composition root for the CLI. It owns the root app object, the ``agent`` sub-app, and the console entrypoint. .. automodule:: oduit.cli.app :members: :undoc-members: :show-inheritance: Primary Exports --------------- .. autofunction:: oduit.cli.app.create_global_config .. autofunction:: oduit.cli.app.cli_main