-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable a custom Process instance to be injected
This change enables a custom `Process` instance to be injected when using `shellOut`. This in turns enables call sites to monitor and terminate the processes they start, which is useful for long-running commands that may need to be terminated at some point. (Also includes a minor git ignore update for modern versions of SwiftPM, as well as some code cleanup)
- Loading branch information
1 parent
4ebf258
commit f3acd98
Showing
2 changed files
with
47 additions
and
17 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
/.build | ||
/Packages | ||
/*.xcodeproj | ||
.swiftpm |
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