tmux.Server.RawOption
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/option_read.go
- Other languages
- Python Ruby Lua TypeScript Rust Java .NET C++ Swift
-
RawOption returns one exact server-scope option value. A successful string is caller-owned; ok reports presence. Targeted reads do not use list leniency, and completed failures return a secret-safe option error. An unindexed empty array is indistinguishable from an empty scalar; use Options for typed array presence.
In other ports Read one server option
- Python
libtmux.Server.show_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Server:get_option - TypeScript no single-option read;
Server.showOptionsreturns them all - Rust
server.Server.typed_option - Java reached through
Server.options, whoseOptions.getreads one - .NET reached through
Server.Options, whoseTmuxOptions.GetAsyncreads one - C++ no single-option read;
Server::optionsreturns them all - Swift
Server.option(_:scope:)
- Python
0 declared, 0 inherited