plcc-diagram-emit
Dispatch model JSON to the appropriate diagram emitter. Reads model JSON from
stdin and calls plcc-<fmt>-diagram-emit for the specified format.
Requires the plcc-diagram package.
Usage
plcc-diagram-emit [-v ...] [options]
Arguments and Options
| Option | Description |
|---|---|
--format=FMT |
Diagram format plugin to use. Default: plantuml. |
-h, --help |
Show usage and exit. |
-v |
Increase verbosity (repeat for more: -v, -vv, -vvv). |
--verbose-format=FMT |
Verbosity output format: text (default) or json. |
Examples
plcc-spec spec.plcc | plcc-model | plcc-diagram-emit --format=mermaid