pub fn execute(
force: bool,
_ferro_version_flag: Option<&str>,
dry_run: bool,
) -> Result<()>Expand description
Library-level entry point used by integration tests. Returns Result
instead of printing to stderr, so tests can assert on failures.