Function show_option

Source
pub async fn show_option(
    option_name: &str,
    global: bool,
) -> Result<Option<String>>
Expand description

Return the value of a Tmux option. For instance, this can be used to get Tmux’s default command.