On this page
LibTmux.Server.GetCommandsAsync
- Module
- LibTmux
- Declared in
- Server
- Package
- LibTmux
- Source
- src/LibTmux/Server.Administration.cs
- 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.
0 declared, 0 inherited