TmuxCommand
Swift
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Package
- libtmux-swift
- Source
- Sources/LibTmux/TmuxCommand.swift
- struct TmuxCommand : struct 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\;.
3 declared, 1 inherited
Members
- arguments property Its arguments, one element each. Never a joined string: a value holding a space is data.
- init(_:_:) method
- name property The tmux command, as tmux spells it —
new-session,list-panes.
Inherited members
Reached through Equatable.!=(_:_:).
- !=(_:_:) Equatable.!=(_:_:) Returns a Boolean value indicating whether two values are not equal.