mirror of
https://github.com/not-kennethreitz/envoy.git
synced 2026-06-05 23:20:19 +00:00
read it
This commit is contained in:
+2
-2
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user