On this page
tmux.Server.ListCommands
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_keys.go
- 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.
0 declared, 0 inherited