Skip to main content

create_session

Function create_session 

Source
pub fn create_session(
    config: &GlobalConfig,
    project_name: &str,
    _worktree_slug: &str,
    worktree_path: &Path,
    session_label: Option<String>,
    command: Option<String>,
) -> Result<(SessionId, String)>