macro_rules! list_commands {
(@cmd ($cmd:expr) -F $format:expr, $($tail:tt)*) => { ... };
(@cmd ($cmd:expr) $command:expr, $($tail:tt)*) => { ... };
(@cmd ($cmd:expr)) => { ... };
() => { ... };
(($cmd:expr), $($tail:tt)*) => { ... };
($($tail:tt)*) => { ... };
}
Expand description
List the syntax of all commands supported by tmux
ยงManual
tmux ^3.2:
list-commands [-F format] [command]
(alias: lscm)
tmux ^2.3:
list-commands [-F format]
(alias: lscm)
tmux ^0.8:
list-commands
(alias: lscm)