File: command-doc.nu
0 exported commands
11 internal commands
build-command-doc
InternalBuild a structured doc record from a `scope commands` row.
render-definition-list-markdown
InternalUsage
render-definition-list-markdown <items>
Parameters
items <list<record<name: string, description: string>>>
render-definition-list-html
InternalUsage
render-definition-list-html <items>
Parameters
items <list<record<name: string, description: string>>>
render-examples-markdown
InternalUsage
render-examples-markdown <examples>
Parameters
examples <list<record<description: string, code: string, result: string>>>
render-examples-html
InternalUsage
render-examples-html <examples>
Parameters
examples <list<record<description: string, code: string, result: string>>>
render-io-table-markdown
InternalUsage
render-io-table-markdown <table>
Parameters
table <record<header: list<string>, rows: list<list<string>>>>
render-io-table-html
InternalUsage
render-io-table-html <table>
Parameters
table <record<header: list<string>, rows: list<list<string>>>>
render-section-markdown
InternalUsage
render-section-markdown <section>
Parameters
section <record>
render-command-markdown
InternalUsage
render-command-markdown <doc>
render-section-html
InternalUsage
render-section-html <section>
Parameters
section <record>
render-command-html
InternalUsage
render-command-html <doc>