LibTmux.ListHooksRequest.ToCommand
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Declared in
- ListHooksRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/ListHooksRequest.cs
- ToCommand ( hooks : TmuxHooks ) TmuxCommand
-
Returns a hook listing as one tmux command.
A chain returns one combined output stream, so batch a listing to see what the same invocation just installed.
GetAllAsyncanswers the same question with the hooks already parsed.- Parameters
-
-
hooks ( TmuxHooks ) – The hooks handle whose scope is listed.
-
- Returns
-
The command, ready to add to a
TmuxChain. - Raises
-
-
ArgumentNullException –
hooksis null.
-
0 declared, 0 inherited