Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.Server.GetCommandsAsync

.NET

View as Markdown

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>>
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.

In other ports List the commands this tmux understands

0 declared, 0 inherited

Esc

Type to search.