Results 4 comments of Thornton Rose

I think it would be nice if Mage offered a flag for key/value pairs, like this: ``` mage -v test -p pkg=./foo -p test="TestFoo*" ``` The key/value pairs could be...

I suggest adding a flag for specifying key/value pairs (properties). Example CLI usage: ``` mage -p package=./foo -p tests=TestBar test ``` Example Magefile usage: ``` func Test() { pkg :=...

> Mandatory arguments are problematic enough that it makes them not worth using, at least to me, and the convenience of automatically parsed fields does not make up for it....