On this page
Server.format(_:addressing:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/Formats.swift
-
Evaluates a tmux format against a target named by id.
One
-tserves every kind of target: tmux resolves the id to whichever object the format asks about, so only the caller distinguishes them. The typed overloads are the ones to reach for in Swift, where the object is already in hand. This is for an id that arrived from somewhere else — a command-line argument, or a request from another process — with no object to go with it.- Raises
0 declared, 0 inherited