Lubsch

Results 2 comments of Lubsch

Sorry for basically just +1-ing this, but what has been blocking this from getting merged? I would really appreciate this feature.

Can also replicate with e.g. ``` app [main] { cli: platform "https://github.com/roc-lang/basic-cli/releases/download/0.12.0/Lb8EgiejTUzbggO2HVVuPJFkwvvsfW6LojkLR20kTVE.tar.br" } import cli.Stdout import cli.Cmd import cli.Task exposing [Task] main = Cmd.new "ls" |> Cmd.output |> Task.onErr! \CmdOutputError...