mirror of
https://codeberg.org/privacy1st/exec-notify
synced 2024-12-22 23:16:04 +01:00
minor
This commit is contained in:
parent
edeff1e1e6
commit
bf7891afba
@ -8,7 +8,7 @@ def execute(command: List[str]):
|
|||||||
Run the given command in a subprocess and pass stdin (if given) to that process.
|
Run the given command in a subprocess and pass stdin (if given) to that process.
|
||||||
Wait for command to complete.
|
Wait for command to complete.
|
||||||
|
|
||||||
:param command: A command to executed as list of words, e.g. ["echo", "hello"]
|
:param command: A command to executed as list of words, e.g. ['echo', 'Hello world!']
|
||||||
:return: (exit_code, stdout, stderr)
|
:return: (exit_code, stdout, stderr)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user