Roblox / foreman

Toolchain manager for Roblox projects
MIT License
171 stars 26 forks source link

All commands return the same text #32

Closed michael-brennan2005 closed 2 years ago

michael-brennan2005 commented 2 years ago

I'm attempting to start a nevermore project that uses foreman.toml to fetch its specific tools. I am on Windows 11 and I built foreman from source using cargo. My foreman.toml file looks like this:

[tools]
rojo = { source = "quenty/rojo", version = "=7.0.0-quenty-npm-canary.3" }
run-in-roblox = { source = "rojo-rbx/run-in-roblox", version = "0.3.0" }
selene = { source = "Kampfkarren/selene", version = "0.14.0" }

Running foreman install succeeds, but when I restart my shell and attempt to run these commands they all return the same output, and none of the subcommands for their respective tools work.

image