pub fn tinker(
dir: PathBuf,
tools: &Tools,
global_opts: &Opts,
) -> Result<i32, Error>Expand description
Runs plugin tinkers on the engine and returns an exit code. This doesn’t have a release mode because tinkers should be applied in development to work in both development and production.