pub fn run(p: &Preprocessor, file_path: &Path) -> PreprocessResultExpand description
Run the preprocessor against file_path. Substitutes %s with the
path (shell-quoted via single quotes with internal quote escaping).
Spawns via sh -c.
pub fn run(p: &Preprocessor, file_path: &Path) -> PreprocessResultRun the preprocessor against file_path. Substitutes %s with the
path (shell-quoted via single quotes with internal quote escaping).
Spawns via sh -c.