We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97af0be commit 9fcf45bCopy full SHA for 9fcf45b
README
@@ -18,7 +18,7 @@ $bash = new Bash();
18
#$callback = function($line) { printf("callbackLine: %s\r\n", $line); };
19
#$result = $bash->run("ls -l",false,$callback);
20
21
-# see $bash->run() code docs for invocation options and expected return types.
+## see $bash->run() code docs for invocation options and expected return types.
22
23
$result = $bash->run("ls -l");
24
var_export($result);
0 commit comments