Functionsยง
- execute
- Execute a shell command and return its stdout/stderr combined as a String.
- execute_
command_ in_ dir - execute_
streaming - Like
execute, but streams each stdout/stderr line to the TUI as aShellLineevent while the command runs, so the operator sees live progress instead of a blank screen until completion.