Function process_file

Source
pub async fn process_file(
    dryrun: bool,
    output_format: OutputFormat,
    proxy_server: &Server,
    filename: impl AsRef<Path>,
) -> Result<bool>
Expand description

Process the provided file. Returns true if any outdated entities were found, false otherwise.