On this page
server.Server.spawn_shell
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- crates/libtmux/src/server.rs
-
Run a shell command in the background and return immediately.
Success means tmux accepted the command, not that it finished or succeeded. Nothing is captured.
Errors
Returns an error when tmux refuses to enqueue the command.
0 declared, 0 inherited