pub(crate) fn strip_legacy_purpose(
root: &Path,
config_path: Option<&Path>,
apply: bool,
dry_run: bool,
strip_source_headers: bool,
) -> Result<LegacyPurposeReport, CliError>Expand description
Inspect and optionally remove legacy .purpose files.