LibTmux.Server.GetCommandsAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Administration.cs
- Other languages
- Python Ruby Lua TypeScript Rust GoJavaC++ Swift
- GetCommandsAsync ( name : string? , cancellationToken : CancellationToken ) Task<IReadOnlyList<string>>
-
Reads the commands this tmux knows.
- Parameters
-
-
name ( string? ) – One command to describe, or null for all of them.
-
cancellationToken ( CancellationToken ) – Cancels the tmux command.
-
- Returns
-
One line per command, giving its syntax.
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 - Go
tmux.Server.ListCommands - Java
io.github.libtmux.Server.Server.listCommands - C++
libtmux::Server::commands - Swift no equivalent on
Server
0 declared, 0 inherited