cmdrunner
CmdRunner
¶
Run a terminal command, if any of pipe_stdout or pipe_stderr are set, command will be run in a pseudo-terminal (pty).
PARAMETER | DESCRIPTION |
---|---|
args
|
TYPE:
|
pipe_stdout
|
Capture output from stdout
TYPE:
|
pipe_stderr
|
Capture output from stderr
TYPE:
|
wraplines
|
Wrap lines longer than widget width
TYPE:
|
shell
|
Run command in a shell (allows glob expansion, piping and redirection)
TYPE:
|
**kwargs
|
See BaseModule
TYPE:
|