# TmuxCommand

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/f02a4668570e1cc5198c941413750e021f42c214/Sources/LibTmux/TmuxCommand.swift#L4
- **Page:** https://libtmux.org/reference/swift/tmuxcommand/

One tmux command, as argv.

No shell sees the arguments. tmux still reads a trailing `;` as a command
separator; spell a literal trailing semicolon as `\;`.

## Members

- `!=(_:_:)` (function) — Returns a Boolean value indicating whether two values are not equal.
- `name` (property) — The tmux command, as tmux spells it — `new-session`, `list-panes`.
- `arguments` (property) — Its arguments, one element each. Never a joined string: a value holding a space is data.
- `init(_:_:)` (method)
