abcxyz / abc

Apache License 2.0
12 stars 3 forks source link

Redesign the "run" package interface #531

Closed drevell closed 6 months ago

drevell commented 6 months ago

Since we're accumulating more use cases for running external commands, it's time to clean up this interface. I'm about to add some new code that runs the "patch" command, which requires passing standard input, which we haven't done before.

So it's time to add a nice "functional options" interface for the Run() function that allows options to be mixed-and-matched.