Usage:
generate-markdown-help [OPTION]...
Allowed options:
| Option | Description |
|---|---|
| --help | produce help message |
| --node-name NODE_NAME | generate markdown-formatted help for NODE_NAME |
| --all-nodes | generate a JSON dictionary of node-name -> markdown-formatted help for all nodes |
| --interface-name INTERFACE_NAME | generate markdown-formatted help for INTERFACE_NAME |
| --all-interfaces | generate a JSON dictionary of interface-name -> markdown-formatted help for all interfaces |
| --output-file FILENAME | write output to FILENAME (default: write output to console) * [This text is just here to test "escaping" of \various @characters. Please ignore.] |
| --schema-file FILENAME | write all interface JSON schemas to FILENAME, used to easily get raw JSON schemas (default: do not write) |