//! Traits for building commands for recieving tmux options
//!
//! Server Options
//! * Get
//! * Single
//! * [`GetServerOption`] single option with option name
//! * [`GetServerOptionValue`] single option without option name (value only)
//! * Multiple
//! * [`GetServerOptions`] multiple options
//! * Set
//! * Single
//! * [`SetServerOption`] single option
//! * Multiple
//! * [`SetServerOptions`] multiple options
//!
pub use *;
pub use GetServerOptionTr;
pub use GetServerOptionsTr;
pub use SetServerOptionTr;
pub use SetServerOptionsTr;