# LibTmux.RunShellRequest.ToCommand

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

```
LibTmux.RunShellRequest.ToCommand(server: Server) -> TmuxCommand
```

Returns a shell request as one tmux command.

Three of this command's flags arrived at different tmux versions, so
the server is what decides which of them the built command carries.

## Parameters

- `server` (Server): The server that runs it.

## Returns

The command, ready to add to a <see cref="TmuxChain" />.

## Raises

- `ArgumentNullException`: <paramref name="server" /> is null.
