Document get-process-output-lines changes.

This commit is contained in:
Dominik Pantůček 2023-04-13 20:46:22 +02:00
parent 7f7d1c43c8
commit f7982b41b7

View file

@ -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.