On this page
LibTmux.RunShellRequest.RunShellRequest
- Module
- LibTmux
- Declared in
- RunShellRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/RunShellRequest.cs
-
Initializes a shell command.
- Parameters
-
-
command ( string ) – The command to run.
-
arguments ( IReadOnlyList<string>? ) – Arguments passed to it without a shell in between.
-
background ( bool ) – Whether tmux returns without waiting for it.
-
delay ( TimeSpan? ) – How long tmux waits before starting it.
-
asTmuxCommand ( bool ) – Whether the text is a tmux command rather than a shell one.
-
targetPane ( string? ) – The pane the command runs against.
-
workingDirectory ( string? ) – The directory it starts in.
-
showStandardError ( bool ) – Whether its error output is shown too.
-
0 declared, 0 inherited