On this page
Server.respawn(_:running:killingExisting:)
- 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.
- Raises
- Parameters:
0 declared, 0 inherited