I'm using the Command API for the first time - really nice job with it @Luke Boswell! :heart_eyes:
I had a couple of ideas:
Cmd to make calling its functions more concise (e.g. |> Cmd.arg over |> Command.arg)output to return Task Output (Output, Error) and then remove the status part of the Output record. This way, output Just Works with Task.await, whereas currently since it can never fail, it takes an unusual amount of work to bail out of a chain of tasks if it fails :big_smile:Last updated: Jun 16 2026 at 16:19 UTC