command-line-publish
Version:
Convert `command-line-usage` JSON or JavaScript ESM into HTML or SVG files
22 lines (21 loc) • 5.25 kB
HTML
<html>
<head>
<meta charset="utf-8" />
<link href="data:image/x-icon;," type="image/x-icon"
rel="shortcut icon" />
<title>CLI Docs</title>
<style>
body {
@keyframes blink {
50% {
opacity: 0;
}
}
font-family: monospace;
}
</style>
</head>
<br/><a style="text-decoration:underline;"><a style="font-weight:bold;">command-line-publish<a style="font-weight:normal;text-decoration:none;font-style:normal;"><a style="text-decoration:none;"><br/><br/>  Convert `command-line-usage` JSON or JavaScript ESM into HTML or SVG files    <br/>                                                                                <br/>  <a style="font-style:italic;">clp -c="configPath" [--format=svg|html] target<a style="font-style:normal;">                                <br/><br/><a style="text-decoration:underline;"><a style="font-weight:bold;">Options<a style="font-weight:normal;text-decoration:none;font-style:normal;"><a style="text-decoration:none;"><br/><br/>  <a style="font-weight:bold;">-t<a style="font-weight:normal;text-decoration:none;font-style:normal;">, <a style="font-weight:bold;">--target<a style="font-weight:normal;text-decoration:none;font-style:normal;"> <a style="text-decoration:underline;">file-path<a style="text-decoration:none;">      The file path target to which to write the result                             <br/>  <a style="font-weight:bold;">-c<a style="font-weight:normal;text-decoration:none;font-style:normal;">, <a style="font-weight:bold;">--config<a style="font-weight:normal;text-decoration:none;font-style:normal;"> <a style="text-decoration:underline;">file-path<a style="text-decoration:none;">      Config file (or directory) to process for opening its Web URL; must           <br/>                              export/include a `sections` property, and it is recommended to export a       <br/>                              `definitions` property as well, for easier reusability with `command-line-    <br/>                              args`.                                                                        <br/>  <a style="font-weight:bold;">-f<a style="font-weight:normal;text-decoration:none;font-style:normal;">, <a style="font-weight:bold;">--format<a style="font-weight:normal;text-decoration:none;font-style:normal;"> <a style="text-decoration:underline;">"svg"|"html"<a style="text-decoration:none;">   Format of the output; defaults to "svg".                                      <br/>  <a style="font-weight:bold;">--title<a style="font-weight:normal;text-decoration:none;font-style:normal;"> <a style="text-decoration:underline;">title string<a style="text-decoration:none;">        Title tag text; defaults to "CLI Docs".                                       <br/>  <a style="font-weight:bold;">-v<a style="font-weight:normal;text-decoration:none;font-style:normal;">, <a style="font-weight:bold;">--version<a style="font-weight:normal;text-decoration:none;font-style:normal;">                                                                                             <br/>  <a style="font-weight:bold;">-h<a style="font-weight:normal;text-decoration:none;font-style:normal;">, <a style="font-weight:bold;">--help<a style="font-weight:normal;text-decoration:none;font-style:normal;">                                                                                                <br/></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a></a>
</body>
</html>