Kode / khamake

Kha's build tool.
http://kha.tech
15 stars 43 forks source link

CLI flag grep compat #251

Closed tong closed 3 years ago

tong commented 3 years ago

khamake -h currently prints the flag descriptions in a new line, which makes it unnecessary hard to grep a specific flag information.

For example: khamake -h | grep 'shaderversion' just prints: --shaderversion

If printed in a single line it would show us the description, like: --shaderversion Set target shader version manually

Beside that it would also save some lines aka scrolling.