pub fn extract_scope_candidates(
mode: &Mode,
target: Option<&str>,
dir: &str,
config: &CommitConfig,
) -> Result<(String, bool)>Expand description
Extract candidate scopes from git diff –numstat output
Returns (scope_string, is_wide_change)