Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

Swift API

Swift documentation

Server.environmentValue(_:in:)

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

View as Markdown

Declared in
Server
Package
libtmux-swift
Source
Sources/LibTmux/Environment.swift
environmentValue(_:in:) ( name : String , in : EnvironmentScope ) → String?
methodasync [source]
methodasync [source]
environmentValue(_:in:)

What one variable is set to, or nil when it is unset or marked for removal.

Read from the listing rather than by asking for the name: tmux answers a name it does not know with a nonzero status and a message, and this library reserves throwing for when no answer exists at all.

Raises

0 declared, 0 inherited

Esc

Type to search.