Closed JustSimplyKyle closed 2 years ago
The problem is clap does not allow optional arguments, I'm pretty sure the reason has something to do with parsing the arguments. Optional arguments are what flags are for, but I'll see what I can do. This is a list so it might be possible to use it optionally.
Miraculously it actually works perfectly! Added in 4c82445ea25b4f78f592c91631d6663f7a229dad
In the current verison you have to use the
--mod-names
flag to straight up delete the mod from cli without using the interface. I hope that an auto detect could be implemented. What I mean is: If i just typeferium remove
, do what is currently implemented But if I typeferium remove Iris
, directly remove iris from the profile This would save time in big modpacks