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

server.builder.ServerBuilder.config_file

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
config_file ( mut , path : impl Into<PathBuf> ) → Self
method [source]
method [source]
config_file

Select a tmux configuration file.

Examples

let server = libtmux::Server::builder()
.config_file("/tmp/libtmux-config-example.conf")
.build()?;
assert!(server.config_file().is_some());

0 declared, 0 inherited

Esc

Type to search.