tmux.Server.ListCommands
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_keys.go
- Other languages
- Python Ruby Lua TypeScript Rust Java.NETC++ Swift
- ListCommands ( ctx : context.Context , request : ListCommandsRequest ) ([]string, error)
-
ListCommands returns an owned snapshot of raw tmux command-description lines. A list failure is returned rather than answered with no rows. Like
Server.ListKeys, it answers on a socket holding no server.In other ports List the commands this tmux understands
- Python
libtmux.Server.list_commands - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
server.Server.listCommands - Rust no equivalent on
Server - Java
io.github.libtmux.Server.Server.listCommands - .NET
LibTmux.Server.GetCommandsAsync - C++
libtmux::Server::commands - Swift no equivalent on
Server
- Python
0 declared, 0 inherited