On this page
Server.unsetEnvironment(_:in:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Environment.swift
- 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
0 declared, 0 inherited