On this page
LibTmux.RunShellRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/RunShellRequest.cs
-
Describes one
run-shellinvocation.
9 declared, 0 inherited
Members
- RunShellRequest method Initializes a shell command.
- Arguments property Gets arguments passed to it without a shell in between.
- AsTmuxCommand property Gets whether the text is a tmux command rather than a shell one.
- Background property Gets whether tmux returns without waiting for it.
- Command property Gets the command to run.
- Delay property Gets how long tmux waits before starting it.
- ShowStandardError property Gets whether its error output is shown too.
- TargetPane property Gets the pane the command runs against.
- WorkingDirectory property Gets the directory it starts in.