Skip to main content

Module shell

Module shell 

Source

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 a ShellLine event while the command runs, so the operator sees live progress instead of a blank screen until completion.