libtmux Reference MCP Search
On this page

server.settings.Server.append_array_option

View as Markdown

Module
server.settings
Declared in
Server
Package
libtmux
Source
crates/libtmux/src/server/settings.rs
append_array_option ( self , name : &str , index : u32 , value : impl Into<OsString> ) Result<(), Error>
method [source]
method [source]
append_array_option

Extend the value already at one index of an array option.

Appends to that index's value rather than adding an entry, which is what tmux's -a does here.

Errors

Returns an error when tmux refuses the option name or the value.

0 declared, 0 inherited

Esc

Type to search.