pub async fn apply_formula_pattern( file: PathBuf, ops: String, dry_run: bool, in_place: bool, output: Option<PathBuf>, force: bool, ) -> Result<Value, Error>