Roblox/foreman

Release v1.0.3 Creates Broken Tools

LPGhatguy opened this issue · 1 comments

#30 moved the structopt initialization logic above the tool detection code, which means that Foreman now eats all command line arguments for the tools it tries to installs. As such, it doesn't work anymore at all!

This line can't be the first thing that runs:

let app = Options::from_args();

Yup, looks like there's some missing code coverage here. Thanks for the quick report!