Server.unsetEnvironment(_:in:)
Swift
- Python Unset a variable in the server's environment Python Unset a variable in a session's environment
- Ruby Unset a variable in the server's environment Ruby Unset a variable in a session's environment
- Lua Unset a variable in the server's environment Lua Unset a variable in a session's environment
- TypeScript Unset a variable in the server's environment TypeScript Unset a variable in a session's environment
- Rust Unset a variable in the server's environment Rust Unset a variable in a session's environment
- Go Unset a variable in the server's environment Go Unset a variable in a session's environment
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Environment.swift
- Other languages
- PythonRubyLuaTypeScriptRustGo Java .NET C++
- unsetEnvironment(_:in:) ( name : String , in : EnvironmentScope ) TmuxReply
-
Unsets a variable, leaving no trace of it.
Different from
removeEnvironment(_:in:): an unset variable is simply gone, where a removed one is still listed so that new processes are started without it.- Raises
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 - Go
tmux.Server.UnsetEnvironment - Java no equivalent on
Server - .NET no equivalent on
Server - C++ no equivalent on
Server
In other ports Unset a variable in a session's environment
- Python
libtmux.Session.unset_environment - Ruby
LibTmux::Session#unset_environment - Lua
libtmux.Session:unset_environment - TypeScript
session.Session.unsetEnvironment - Rust
session.Session.unset_environment - Go
tmux.Session.UnsetEnvironment - Java no equivalent on
Session - .NET no equivalent on
Session - C++ no equivalent on
Session
0 declared, 0 inherited