QuiltMC / quilt-installer

The Quilt installer for the official Minecraft launcher and servers
Apache License 2.0
40 stars 20 forks source link

Argument parsing is having trouble with spaces and quoting #31

Open Lancelotbronner opened 1 year ago

Lancelotbronner commented 1 year ago

My scenario was the --install-dir="/path with spaces/minecraft" option, which doesn't appear to work.

It turns out it seems to be concatenating all arguments then hand-parsing them, which seems to cause issues.