pub fn cmd_link( path: &Path, source_id: u64, target_id: u64, edge_type: EdgeType, weight: f32, json: bool, ) -> AmemResult<()>
Add an edge between two nodes.