Open Lancelotbronner opened 1 year ago
My scenario was the --install-dir="/path with spaces/minecraft" option, which doesn't appear to work.
--install-dir="/path with spaces/minecraft"
It turns out it seems to be concatenating all arguments then hand-parsing them, which seems to cause issues.
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.