This only adds a few bytes and gives an escape hatch for users who find our API too limited.
That escape hatch can help us not implement additional features and keep the package small, since edge cases can be fixed by using the underlying subprocess, without us having to add more code.
This adds
promise.subprocess
.This only adds a few bytes and gives an escape hatch for users who find our API too limited. That escape hatch can help us not implement additional features and keep the package small, since edge cases can be fixed by using the underlying subprocess, without us having to add more code.