pub fn generate(
project_root: &str,
platform: &str,
config: &str,
output_dir: Option<&str>,
extra_refs: Option<&str>,
) -> Result<()>Expand description
High-level convenience: parse string args + run the full generate pipeline.
Used by the CLI and by external FFI hosts (see meow-tower’s BoxcatBridge).
platform accepts ios|android|osx; config accepts prod|dev|editor.
extra_refs is a comma-separated list of DLL paths (see DllRef::parse_list).
Loads or scans the lockfile as needed.