start

Function start 

Source
pub async fn start(initial_session_name: &str) -> Result<()>
Expand description

Start the Tmux server if needed, creating a session named "[placeholder]" in order to keep the server running.

This function waits for the server to be fully ready before returning, ensuring subsequent commands can be executed immediately.

It is ok-ish to already have an existing session named "[placeholder]".