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

io.github.libtmux.internal.CommandStrings.CommandStrings.arguments

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

View as Markdown

Module
io.github.libtmux.internal.CommandStrings
Declared in
CommandStrings
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/internal/CommandStrings.java
arguments ( commands : List<List<String>> ) → List<String>
methodstatic [source]
methodstatic [source]
arguments

Several commands as the flat argv tmux's own argv parser reads.

tmux ends a command at an argument whose last byte is ;, and keeps the semicolon instead when a backslash precedes it, so an argument ending in one is escaped here and a bare ; separates commands.

0 declared, 0 inherited

Esc

Type to search.