Server.respawn(_:running:killingExisting:startDirectory:)
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Navigation.swift
-
Restarts the command in a pane.
- Parameters:
- pane: the pane to restart.
- command: what to run instead. Omitted, tmux repeats the command the pane was created with.
- killingExisting: replaces whatever is still running, rather than refusing while the pane is busy.
- startDirectory: where to start the replacement command.
- Raises
- Parameters:
0 declared, 0 inherited