Skip to main content

attach

Function attach 

Source
pub fn attach(name: &str) -> Result<(), PawError>
Expand description

Attach the current terminal to the named tmux session.

This replaces the current process’s stdio. Returns an error if the session does not exist or tmux fails.