On this page
Server.run(_:)
- Declared in
- Server
- Package
- libtmux-swift
- Source
- Sources/LibTmux/CommandList.swift
- run(_:) ( list : TmuxCommandList ) TmuxReply ( command : TmuxCommand ) TmuxReply
-
Runs a list of commands in one tmux invocation.
The reply covers the whole list. tmux stops at the first command that fails, so a nonzero status means some prefix of the list ran — read the standard error to learn which command tmux objected to.
Running an empty list is a no-op that reports success without invoking tmux at all.
- Raises
0 declared, 0 inherited