pub fn cmd_preprocess<I: Read, O: Write>( input: &mut I, output: &mut O, path: Option<PathBuf>, includefolders: &Vec<PathBuf>, ) -> Result<(), Error>