# LibTmux.RunShellRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/RunShellRequest.cs#L4
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-runshellrequest/

Describes one <c>run-shell</c> invocation.

## Members

- `RunShellRequest` (method): Initializes a shell command.
- `Command` (property): Gets the command to run.
- `Arguments` (property): Gets arguments passed to it without a shell in between.
- `Background` (property): Gets whether tmux returns without waiting for it.
- `Delay` (property): Gets how long tmux waits before starting it.
- `AsTmuxCommand` (property): Gets whether the text is a tmux command rather than a shell one.
- `TargetPane` (property): Gets the pane the command runs against.
- `WorkingDirectory` (property): Gets the directory it starts in.
- `ShowStandardError` (property): Gets whether its error output is shown too.
- `ToCommand` (method): Returns a shell request as one tmux command.
