esrlabs / bake

C++ build tool
http://esrlabs.github.io/bake
Other
26 stars 11 forks source link

Add short command line option for `--adapt` #155

Closed flxo closed 6 years ago

flxo commented 6 years ago

With multiple --adapt commands the resulting bake invocation line can get very long. Please add a one char shortcut. I'd suggest...hm...a is already used...then maybe `A'?

This is a minor feature request...

aschaal commented 6 years ago

Fixed in 2.42.3: --adapt abc,xy,somethingElse = --adapt abc --adapt xy --adapt somethingElse