Skip to main content

build_command_markdown

Function build_command_markdown 

Source
pub(crate) fn build_command_markdown(
    buffer: &mut String,
    parent_command_path: Vec<String>,
    command: &Command,
    _depth: usize,
    options: &MarkdownOptions,
) -> Result