You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I never intended the `Task` abstraction to be "the one way to
run subprocesses in bootc"...let's stop using it where:
- We're using `.quiet()` by default so we're not printing the
description anyways, which is the *main* thing Task does
- We want to parse JSON, where we have a nice new helper
Signed-off-by: Colin Walters <[email protected]>
0 commit comments