# LibTmux.TmuxHooks.BuildSetAllArguments

- **Module:** LibTmux.TmuxHooks
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Hooks/TmuxHooks.cs#L158
- **Page:** https://libtmux.org/reference/dotnet/libtmux-tmuxhooks-buildsetallarguments/

```
LibTmux.TmuxHooks.BuildSetAllArguments(request: SetHooksRequest) -> IReadOnlyList<List<string>>
```

Builds every command a multi-entry hook request sends.

This one request is several tmux commands: a clear when it was asked
for, then one per entry. Batching them is what a chain is for, so this
answers a list rather than pretending to be a single command.
