Skip to main content

detect_git_ops

Function detect_git_ops 

Source
pub fn detect_git_ops(command: &str, output: &str) -> Vec<GitOperation>
Expand description

Detect git operations from a command string and its output.