Function lprun::run

source ·
pub fn run<P: AsRef<Path>>(
    plat: &Platform,
    ver: &Version,
    package_path: Option<P>
) -> Result<(), Error>
Expand description

runs love based on a platform and a version

will attempt to install a version of doesn’t exist locally. if that initial install fails then run will fail.