AlexGustafsson / bake

A cross-platform language and tool for building things - like Make, but better

Home Page:https://alexgustafsson.github.io/bake/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Evaluate how to handle shell usage

AlexGustafsson opened this issue · comments

Should it always be output?
Should it optionally be output?
Should it explicitly be output (like it is now with print)?
Should a failing shell statement block the execution of the function or scope?