tmux.Server.UnsetEnvironment
- Module
- tmux
- Declared in
- Server
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/environment.go
- Other languages
- PythonRubyLuaTypeScriptRust Java .NET C++ Swift
- UnsetEnvironment ( ctx : context.Context , name : string ) error
-
UnsetEnvironment deletes a value from the server's global tmux environment. Cancellation does not prove deletion did not occur.
Discussed in Environment
In other ports Unset a variable in the server's environment
- Python
libtmux.Server.unset_environment - Ruby
LibTmux::Server#unset_environment - Lua
libtmux.Server:unset_environment - TypeScript
server.Server.unsetEnvironment - Rust
server.Server.unset_environment - Java no equivalent on
Server - .NET no equivalent on
Server - C++ no equivalent on
Server - Swift
Server.unsetEnvironment(_:in:)
- Python
0 declared, 0 inherited