File: command-doc.nu 0 exported commands 11 internal commands

build-command-doc

Internal

Build a structured doc record from a `scope commands` row.

Usage

build-command-doc

Input/output types

inputoutput
recordrecord

render-definition-list-markdown

Internal

Usage

render-definition-list-markdown <items>

Parameters

items <list<record<name: string, description: string>>>

Input/output types

inputoutput
anyany

render-definition-list-html

Internal

Usage

render-definition-list-html <items>

Parameters

items <list<record<name: string, description: string>>>

Input/output types

inputoutput
anyany

render-examples-markdown

Internal

Usage

render-examples-markdown <examples>

Parameters

examples <list<record<description: string, code: string, result: string>>>

Input/output types

inputoutput
anyany

render-examples-html

Internal

Usage

render-examples-html <examples>

Parameters

examples <list<record<description: string, code: string, result: string>>>

Input/output types

inputoutput
anyany

render-io-table-markdown

Internal

Usage

render-io-table-markdown <table>

Parameters

table <record<header: list<string>, rows: list<list<string>>>>

Input/output types

inputoutput
anyany

render-io-table-html

Internal

Usage

render-io-table-html <table>

Parameters

table <record<header: list<string>, rows: list<list<string>>>>

Input/output types

inputoutput
anyany

render-section-markdown

Internal

Usage

render-section-markdown <section>

Parameters

section <record>

Input/output types

inputoutput
anyany

render-command-markdown

Internal

Usage

render-command-markdown <doc>

Parameters

doc <record>

Input/output types

inputoutput
anyany

render-section-html

Internal

Usage

render-section-html <section>

Parameters

section <record>

Input/output types

inputoutput
anyany

render-command-html

Internal

Usage

render-command-html <doc>

Parameters

doc <record>

Input/output types

inputoutput
anyany