VladimirMarkelov / haku

A task/command runner inspired by 'make'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use powershell by default

VladimirMarkelov opened this issue · comments

cmd.exe has weird escaping rules:

cmake -G "NMake Makefiles" does not work

cmake -G ""NMake Makefiles"" works

Describe this issue with quotes in docs. And use powershell by default