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