-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support pipe splitting (like tee) and delayed piping (#914)
* feat: support pipe splitting BREAKING CHANGE: `p.halt()` should be replaced with `$({halt: true})`, stdio defaults to `pipe` * test: add delayed `pipe()` test * feat: add `pid` getter to `ProcessPromise` * test: check chainable pipe literals * test: kill nc process on end * refactor!: remove `halt()` method * refactor: remove runner logic from getters * fix: enhance `Shell` result type * chore: bring back `halt` method to avoid breaking change * style: improve `Options` block formatting * perf: improve cmd formatter * chore: update internal reexports * chore: up build deps * chore(deps): update which to v5.0.0
- Loading branch information
1 parent
b9f78c3
commit c38363f
Showing
8 changed files
with
835 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.