macro_rules! kill_server {
    (@cmd ($cmd:expr)) => { ... };
    () => { ... };
    (($cmd:expr), $($tail:tt)*) => { ... };
    ($($tail:tt)*) => { ... };
}
Expand description

Kill the tmux server and clients and destroy all sessions

§Manual

tmux ^0.8:

kill-server