# TmuxCommand

- **Package:** libtmux-swift
- **Language:** Swift
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-swift/blob/254f8b2be7eb60cacc3ffcb3ea8e456784f582df/Sources/LibTmux/TmuxCommand.swift#L5
- **Page:** https://libtmux.org/en/swift/latest/reference/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)
