Skip to content

Study Workflow

Study workflow CLI entrypoint.

This module provides the public command entry surface (build_parser, run_main) for the study command while delegating execution-heavy behavior to runtime.py.

Usage context

  • CLI routing: Loaded by command registries as the study command module.
  • Parser ownership: Defines top-level parser description/help wiring.
  • Runtime dispatch: Forwards execution to study_design.runtime.

Common Runtime and Presentation Arguments

These are shared workflow-level CLI flags added before command-specific options, covering runtime context (engine/input/storage) and output presentation/export behavior.

No common arguments found.