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

LibTmux.GetOptionRequest.ToCommand

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Declared in
GetOptionRequest
Package
LibTmux
Source
src/LibTmux/Requests/GetOptionRequest.cs
ToCommand ( options : TmuxOptions ) → TmuxCommand
method [source]
method [source]
ToCommand

Returns a named option read as one tmux command.

A chain returns one combined output stream, so several reads batched together arrive undelimited. Reach for this to read something beside the changes a chain makes; reach for the handle's own accessor when what you want is a parsed value.

Parameters
  • options ( TmuxOptions ) – The options handle whose scope is read.

Returns

The command, ready to add to a TmuxChain .

Raises

0 declared, 0 inherited

Esc

Type to search.