tmux.Session.DetachClients
- Module
- tmux
- Declared in
- Session
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/server_clients.go
- Other languages
- Python Ruby Lua TypeScriptRustJava.NETC++Swift
- DetachClients ( ctx : context.Context , shellCommand : *string ) error
-
DetachClients detaches every client attached to the session identified by this handle's stable ID. A nonnil ShellCommand is run after detaching.
In other ports Detach every client attached to a session
- Python
libtmux.Session.detach_client - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript
session.Session.detach - Rust
session.Session.detach_clients - Java
io.github.libtmux.Session.Session.detachClients - .NET
LibTmux.Session.DetachClientAsync - C++
libtmux::Session::detach_clients - Swift
Server.detachClients(from:)
- Python
0 declared, 0 inherited