command-line-publish
Convert `command-line-usage` JSON or JavaScript ESM into HTML or SVG files
clp -c="configPath" [--format=svg|html] target
Options
-t, --target file-path The file path target to which to write the result
-c, --config file-path Config file (or directory) to process for opening
its Web URL; must export/include a `sections`
property, and it is recommended to export a
`definitions` property as well, for easier
reusability with `command-line-args`.
-f, --format "svg"|"html" Format of the output; defaults to "svg".
--title title string Title tag text; defaults to "CLI Docs".
-v, --version
-h, --help