diff --git a/docs/command-line/tsci-snapshot.md b/docs/command-line/tsci-snapshot.md index 4dbce6a..3c13065 100644 --- a/docs/command-line/tsci-snapshot.md +++ b/docs/command-line/tsci-snapshot.md @@ -14,7 +14,7 @@ tsci snapshot [options] [path] ### Options - `-u, --update` – write new snapshots to disk. - `--force-update` – force writing snapshots even when no visual diff is detected. -- `--3d` – also generate 3D preview snapshots. +- `--3d` – generate schematic, PCB, and 3D preview snapshots. - `--pcb-only` – generate only PCB snapshots. - `--schematic-only` – generate only schematic snapshots. - `--disable-parts-engine` – disable the parts engine while rendering snapshots. @@ -42,6 +42,8 @@ __snapshots__/test.board-pcb.snap.svg __snapshots__/test.board-schematic.snap.svg ``` -If `--3d` is specified, a `-3d.snap.svg` is also produced. +By default, only the PCB and schematic snapshots are produced. -Running without `--update` verifies that the generated output matches the existing snapshots. Differences cause a non-zero exit code. +If `--3d` is specified, the command produces PCB, schematic, and 3D snapshots + +Running without `--update` verifies that the generated output matches the existing snapshots. Differences cause a non-zero exit code. \ No newline at end of file