libtmux.Server:get_option
- Module
- libtmux
- Declared in
- Server
- Package
- libtmux
- Source
- lua/libtmux/_internal/server.lua
- Other languages
- Python Ruby TypeScript RustGo Java .NET C++ Swift
- get_option ( name : string , options : libtmux.SettingGetOptions? = nil ) libtmux.Request<libtmux.OptionRecord>
-
In other ports Read one server option
- Python
libtmux.Server.show_option - Ruby No source-verified Ruby equivalent is recorded for this operation.
- TypeScript no single-option read;
Server.showOptionsreturns them all - Rust
server.Server.typed_option - Go
tmux.Server.RawOption - 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