libtmux Reference MCP Search
On this page

io.github.libtmux.SessionSpec.SessionSpec.argv

View as Markdown

Module
io.github.libtmux.SessionSpec
Declared in
SessionSpec
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/SessionSpec.java
argv ( format : String , running : Supplier<TmuxVersion> ) List<String>
method [source]
method [source]
argv

The command that makes this session, reporting it through format.

<p>The version arrives as a supplier because this is the one creating call that may run when there is no server yet, and asking a socket with nothing behind it for its version fails. Nothing asks unless the spec depends on the answer.

Parameters
  • format ( String ) – the row format the caller will read the result back with

  • running ( Supplier<TmuxVersion> ) – what the server about to run this is, asked only if it matters

Raises

0 declared, 0 inherited

Esc

Type to search.