Open maradotwebp opened 3 years ago
Currently, ./pax add just enough resources adds a mod called just enough resources.
./pax add just enough resources
just enough resources
In the future, multiple mods should be able to be added through the ./pax add command, so:
./pax add
just
enough
resources
./pax add 'just enough resources'
This is a breaking change, tho, so v2.
Currently,
./pax add just enough resources
adds a mod calledjust enough resources
.In the future, multiple mods should be able to be added through the
./pax add
command, so:./pax add just enough resources
would install mods calledjust
,enough
andresources
./pax add 'just enough resources'
would be needed to install a mod with spaces in its name.This is a breaking change, tho, so v2.