We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e2efa commit 423aaa8Copy full SHA for 423aaa8
README.md
@@ -2,7 +2,7 @@
2
3
Simple framework to run shell commands, fast.
4
5
-```
+```swift
6
// -- run and get result --
7
let output = Shell.run("ls")
8
if let err = output.error() {
0 commit comments