Skip to main content

run

Function run 

Source
pub fn run(p: &Preprocessor, file_path: &Path) -> PreprocessResult
Expand 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.