On this page
server.settings.Server.append_array_option
- Module
- server.settings
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server/settings.rs
-
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
-adoes here.Errors
Returns an error when tmux refuses the option name or the value.
0 declared, 0 inherited