Skip to main content

create_window

Function create_window 

Source
pub fn create_window(
    session: &str,
    window_name: &str,
    program: &str,
    args: &[String],
    work_dir: &str,
) -> Result<()>
Expand description

Create a detached tmux window in an existing session running the given command.