reference ·
oto figures --help at v0.6.1oto figures
report figures that have no description
oto figures [-h] [--project PROJECT] [--worklist WORKLIST] [--strict]
Options
| Option | What it does |
|---|---|
--project PROJECT | project root (default: current directory) |
--worklist WORKLIST | write a worklist JSON to this path |
--strict | exit non-zero when any figure lacks a description |
Where to use it
A deck with diagrams was ingested; each diagram needs a description before it can be cited.
oto figures --project claims --worklist figures.jsonlists every figure without a description and writes a worklist for a person or an agent to fill
A gate in CI: no undescribed diagram reaches the graph.
oto figures --project claims --strictexits non-zero while any figure lacks a description
As the terminal prints it
usage: oto figures [-h] [--project PROJECT] [--worklist WORKLIST] [--strict]
options:
-h, --help show this help message and exit
--project PROJECT project root (default: current directory)
--worklist WORKLIST write a worklist JSON to this path
--strict exit non-zero when any figure lacks a description