You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 16, 2024. It is now read-only.
I have been writing something like this when I always want the latest version of a forge module:
install_module_from_forge_on(host, mod, '> 1')
This feels a bit silly. It would be preferable if #install_module_from_forge, #install_module_from_forge_on and #module_version_from_requirement didn't require a version constraint string and it being absent indicates that the latest forge version should be installed.