Commit Graph

8 Commits

Author SHA1 Message Date
Kare Morstol eff36d83ec Docs: add warning about crashing if ‘executable’ is not.
Executable that is.
2016-03-31 21:43:33 +02:00
Kare Morstol 296274c63a Make AsyncShellTask a class.
It only contains objects so everything should continue working as before. It is basically a wrapper for NSTask so it should also be a class.
2016-03-31 05:08:15 +02:00
Kare Morstol 6ec5dadb96 Improve documentation for what "runAndPrint" throws. 2016-03-30 01:01:07 +02:00
Kare Morstol 02b93bc4ec Update to Swift 2.2: replace __X__ with #X. 2016-03-22 11:56:20 +01:00
Kare Morstol 97c49c031a Readme: add link to auto-generated documentation. And improved documentation. Slightly. 2016-03-21 01:04:29 +01:00
Kare Morstol b0e3796fa0 Fix #15: run("cat","longtext.txt") never finishes for large files. 2016-03-03 05:14:09 +01:00
Kare Morstol 15da28218d Add AsyncShellTask.exitcode(). 2016-02-25 03:56:23 +01:00
Kare Morstol 4916480f4e Fix #14: Support building with Swift Package Manager.
That was easier than I feared.
2016-02-23 03:17:06 +01:00