Skip to main content

cmd_patch

Function cmd_patch 

Source
pub fn cmd_patch(
    mm: &mut Mindmap,
    id: u32,
    typ: Option<&str>,
    title: Option<&str>,
    body: Option<&str>,
    strict: bool,
) -> Result<()>