VladimirMarkelov / haku

A task/command runner inspired by 'make'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Another FOR sequences

VladimirMarkelov opened this issue · comments

For supports the form for a in "abc def" but if items have space it is impossible to do this way.

  • multiple quoted items like for a in "abc def" "1234"
  • allow using a variable without quotes for a in $b - that should work differently for $b is a list or $b is a string