Server.removeEnvironment(_:in:)
Swift
- Python Mark a variable so new processes start without it Python Mark a session variable so new processes start without it
- Ruby Unavailable
- Lua Mark a variable so new processes start without it Lua Mark a session variable so new processes start without it
- TypeScript Mark a variable so new processes start without it TypeScript Mark a session variable so new processes start without it
- Rust Unavailable
- Go Mark a variable so new processes start without it Go Mark a session variable so new processes start without it
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Environment.swift
- Other languages
- Python Ruby LuaTypeScript Rust Go Java .NET C++
- removeEnvironment(_:in:) ( name : String , in : EnvironmentScope ) TmuxReply
-
Marks a variable so new processes start without it, even when it is set in the environment tmux itself was started from.
- Raises
Discussed in Environment
In other ports Mark a variable so new processes start without it
- Python
libtmux.Server.remove_environment - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Server:remove_environment - TypeScript
server.Server.removeEnvironment - Rust no equivalent on
Server - Go
tmux.Server.RemoveEnvironment - Java no equivalent on
Server - .NET no equivalent on
Server - C++ no equivalent on
Server
In other ports Mark a session variable so new processes start without it
- Python
libtmux.Session.remove_environment - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Session:remove_environment - TypeScript
session.Session.removeEnvironment - Rust no equivalent on
Session - Go
tmux.Session.RemoveEnvironment - Java no equivalent on
Session - .NET no equivalent on
Session - C++ no equivalent on
Session
0 declared, 0 inherited