Macro tmux_interface::tmux

source ·
macro_rules! tmux {
    (@cmd ($cmd:expr) -c $shell_command:tt, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -f $file:tt, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -L $socket_name:tt, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -S $socket_path:tt, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -T $features:tt, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) $command:tt, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -2, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -8, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -d, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -q, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -C, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -CC, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -D, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -l, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -N, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -D, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -u, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -v, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) -V, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr) $command:expr, $($tail:tt)*) => { ... };
    (@cmd ($cmd:expr)) => { ... };
    () => { ... };
    (($cmd:expr), $($tail:tt)*) => { ... };
    ($($tail:tt)*) => { ... };
}
Expand description

man tmux

§Manual

tmux ^3.2:

tmux [-2CDluvV] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [-T features] [command [flags]]

tmux ^2.1:

tmux [-2CluvV] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [command [flags]]

tmux ^1.9:

tmux [-2lCquvV] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [command [flags]]

tmux ^1.8:

tmux [-28lCquvV] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [command [flags]

tmux ^1.4:

tmux [-28lquvV] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [command [flags]]

tmux ^1.1:

tmux [-28lquv] [-c shell-command] [-f file] [-L socket-name] [-S socket-path] [command [flags]]

tmux ^1.0:

tmux [-28dlqUuv] [-f file] [-L socket-name] [-S socket-path] [command [flags]]

tmux ^0.9:

tmux [-28dqUuv] [-f file] [-L socket-name] [-S socket-path] [command [flags]]

tmux ^0.8:

tmux [-28dqUuVv] [-f file] [-L socket-name] [-S socket-path] [command [flags]]