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

§Manual

tmux ^3.3:

show-prompt-history [-T prompt-type]
(alias: showhist)