BrettMayson / HEMTT

Build System for Arma 3
https://brettmayson.github.io/HEMTT
GNU General Public License v2.0
109 stars 40 forks source link

Can't skip specified addons #36

Closed BrettMayson closed 5 years ago

BrettMayson commented 5 years ago

./hemtt build spectator,zeus --skip spectator Spectator will still be built.

While something like this shouldn't really ever be ran, we should at least print a warning. Interested in @jonpas's opinion on if it should still be skipped or not.

bovine3dom commented 5 years ago

In my experience, the rightmost flag usually takes precedence so that you can have a shell alias that contains some flags which can be overridden.

jonpas commented 5 years ago

Agreed with @bovine3dom.

BrettMayson commented 5 years ago

I don't see a way to know the order they were entered with docopt