This commit is contained in:
Kenneth Reitz
2011-08-27 21:59:41 -04:00
parent 7cca59df15
commit 2bc148752f
+2 -2
View File
@@ -15,7 +15,7 @@ But you want it.
Usage
-----
::
Run a command, get the response::
>>> r = envoy.run('git config', data='data to pipe in', timeout=2)
@@ -26,7 +26,7 @@ Usage
>>> r.std_err
''
Soon, you'll be able to pass in pipe strings too ::
Pipe stuff around too::
>>> r = envoy.run('uptime | pbcopy')