parse_git_c_path

Function parse_git_c_path 

Source
pub fn parse_git_c_path(command: &str, cwd: &Path) -> Option<String>
Expand description

Parse git -C <path> from a command.

Returns the path argument if found.