CLI command design
svg
Runs schematic SVG generation, PCB SVG generation, or both based on the input type.
Usage
altium-cruncher svg schematic.SchDoc
altium-cruncher svg board.PcbDoc
altium-cruncher svg project.PrjPcb -o output/svgArguments
file accepts .SchDoc, .SchLib, .PcbDoc, or .PrjPcb. PCB-specific options pass through to pcb-svg. -o becomes the root for sch-svg and pcb-svg subfolders.
Output
When both modes run, output is split into sch-svg and pcb-svg subdirectories. With no -o, each subcommand uses its own default output folder.
Tests
L0 verifies that help describes combined behavior. L3 runs svg project.PrjPcb, validates the bundled Design b0 schematic graph and scoped SVG-link closure, and verifies every PCB manifest references generated SVG artifacts.