Files
SwiftShell/Sources/SwiftShell
Kare Morstol 62da383972 RunOutput(launch:): rename parameter to ‘command’, add documentation.
Removed
```swift
	group.enter()
	defer {
		group.leave()
	}
```

because no matter what happens, "group.leave()" will be called when exiting this scope. As such it serves no purpose. We still need to use ‘group’ for the asynchronous reading of standard error though.
2018-10-03 21:02:49 +02:00
..