Describe the Bug
i read the code where it install erlang as below,which means that the kerl can only install by release from git.
i wannna use build-install git <git_url> <git_version> <build_name> [directory] to build otp from my own repo
just like asdf-erlang do when it's install_type is ref
async fn install_via_kerl(
cmd!(
self.kerl_path(),
"build-install",
Steps to Reproduce
nothing
Expected Behaviour
nothing
Actual Behaviour
nothing
Environment
asdf plugins affected (if relevant)
No response