Skip to main content

branch_add

Function branch_add 

Source
pub fn branch_add(
    dir: &Path,
    anchor: &str,
    type_: Option<String>,
    title: Option<String>,
    summary: Option<String>,
    order: Option<i64>,
) -> Result<()>
Expand description

在指定分支下新增关联分支(任意深度)。