Document get-process-output-lines changes.
This commit is contained in:
parent
7f7d1c43c8
commit
f7982b41b7
1 changed files with 2 additions and 1 deletions
|
@ -175,9 +175,10 @@ Module implementing advanced I/O.
|
|||
Reads lines using ```read-lines``` and if the first line contains
|
||||
UTF-8 BOM, removes it.
|
||||
|
||||
(get-process-output-lines cmd)
|
||||
(get-process-output-lines cmd . args)
|
||||
|
||||
* ```cmd``` - a string with the command
|
||||
* ```args``` - list of arguments to pass to process
|
||||
|
||||
Returns a list of strings representing all the lines produced by
|
||||
running the command given.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue