On this page
LibTmux.TmuxChaining.ToCommands
- Module
- LibTmux
- Declared in
- TmuxChaining
- Package
- LibTmux
- Source
- src/LibTmux/Chaining/TmuxChaining.Hooks.cs
- ToCommands ( request : SetHooksRequest , hooks : TmuxHooks ) IReadOnlyList<TmuxCommand>
-
Returns every command a multi-entry hook request sends.
This request is several tmux commands rather than one, so it answers a list. Running them one at a time is what the one-shot path does; adding them to a chain is what this is for.
- Parameters
-
-
request ( SetHooksRequest ) – Which hook to set, and to what entries.
-
hooks ( TmuxHooks ) – The hooks handle whose scope holds it.
-
- Returns
-
The commands, in the order tmux must receive them.
- Raises
-
-
ArgumentNullException – An argument is null.
-
0 declared, 0 inherited