Function find_script

Source
pub fn find_script(
    name: &str,
    config: &Config,
) -> Result<Option<PathBuf>, Error>
Expand description

Search for a script file in the configured paths and return its path if found.