Server.setEnvironment(_:to:in:)
Swift
- Python Set a variable in the server's environment Python Set a variable in a session's environment
- Ruby Set a variable in the server's environment Ruby Set a variable in a session's environment
- Lua Set a variable in the server's environment Lua Set a variable in a session's environment
- TypeScript Set a variable in the server's environment TypeScript Set a variable in a session's environment
- Rust Set a variable in the server's environment Rust Set a variable in a session's environment
- Go Set a variable in the server's environment Go Set 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++
- setEnvironment(_:to:in:) ( name : String , to : String , in : EnvironmentScope ) TmuxReply
-
Sets a variable, replacing whatever was there.
- Raises
Discussed in Environment
In other ports Set a variable in the server's environment
- Python
libtmux.Server.set_environment - Ruby
LibTmux::Server#set_environment - Lua
libtmux.Server:set_environment - TypeScript
server.Server.setEnvironment - Rust
server.Server.set_environment - Go
tmux.Server.SetEnvironment - Java no equivalent on
Server - .NET no equivalent on
Server - C++ no equivalent on
Server
In other ports Set a variable in a session's environment
- Python
libtmux.Session.set_environment - Ruby
LibTmux::Session#set_environment - Lua
libtmux.Session:set_environment - TypeScript
session.Session.setEnvironment - Rust
session.Session.set_environment - Go
tmux.Session.SetEnvironment - Java no equivalent on
Session - .NET no equivalent on
Session - C++ no equivalent on
Session
0 declared, 0 inherited