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

test.TestServerBuilder.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
test
Declared in
TestServerBuilder
Package
libtmux
Source
crates/libtmux/src/test.rs
tmux_executable ( mut , executable : impl Into<OsString> ) → Self
method [source]
method [source]
tmux_executable

Configure the tmux executable used by the daemon and every client.

Defaults to LIBTMUX_TEST_TMUX, and to tmux resolved through PATH when that is unset -- so pinning a release across a whole run is the variable's job, and this is for a test that needs a particular build whatever the run was pointed at.

Examples

use libtmux::test::TestServer;
let _builder = TestServer::builder().tmux_executable("tmux");

0 declared, 0 inherited

Esc

Type to search.