On this page
TmuxCommandList.then(_:)
- Declared in
- TmuxCommandList
- Package
- libtmux-swift
- Source
- Sources/LibTmux/CommandList.swift
- then(_:) ( command : TmuxCommand ) TmuxCommandList
-
Appends a command, returning a new list.
Chaining builds a value; nothing is sent until the list is run, so a half-built chain has no effect on the server.
0 declared, 0 inherited