Accept multiple modpacks at once
fosspill opened this issue · 2 comments
fosspill commented
FFMT should accept multiple modpacks at once.
Preferably getting rid of -t and just accept free standing paths at the end of the commands - or between mpi and flags, for instance.
fosspill commented
Work on this is started. Idea is to make -t redundant by allowing:
ffmt mpi mymodpack.ttmp --all
ffmt mpi --all mymodpack.ttmp
ffmt mpi --all *.ttmp
ffmt mpi modpack1.ttmp modpack2.ttmp --all