magefile / mage

a Make/rake-like dev tool using Go
https://magefile.org
Apache License 2.0
4.01k stars 250 forks source link

Adding kebab case target option #438

Closed jespino closed 8 months ago

jespino commented 1 year ago

This allows us to define kebab case options. This takes into acount when you list, when you run, when you print the help and when you use an alias, I don't know if I'm missing something.

Fixes #311