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

server.builder.ServerBuilder.tmux_executable

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

View as Markdown

Module
server.builder
Declared in
ServerBuilder
Package
libtmux
Source
crates/libtmux/src/server/builder.rs
tmux_executable ( mut , executable : impl Into<OsString> ) → Self
method [source]
method [source]
tmux_executable

Select the tmux executable without checking that it exists yet.

Examples

let server = libtmux::Server::builder().tmux_executable("tmux").build()?;
assert_eq!(server.tmux_executable(), std::ffi::OsStr::new("tmux"));

0 declared, 0 inherited

Esc

Type to search.