Skip to main content

run_shell

Function run_shell 

Source
pub async fn run_shell(
    client: &ColabClient,
    server: &StoredServer,
    initial_command: Option<&str>,
    refresher: Option<TokenRefresher>,
) -> Result<()>