libtmux Reference MCP Search
On this page

LibTmux.Server.GetCommandsAsync

View as Markdown

Module
LibTmux
Declared in
Server
Package
LibTmux
Source
src/LibTmux/Server.Administration.cs
GetCommandsAsync ( name : string? , cancellationToken : CancellationToken ) Task<IReadOnlyList<string>>
methodasync [source]
methodasync [source]
GetCommandsAsync

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

Esc

Type to search.