Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

TmuxCommand

Swift
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift

View as Markdown

Package
libtmux-swift
Source
Sources/LibTmux/TmuxCommand.swift
struct TmuxCommand : struct TmuxCommand
struct [source]
struct [source]
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.
Esc

Type to search.