On this page
io.github.libtmux.SessionSpec.SessionSpec.argv
- Module
- io.github.libtmux.SessionSpec
- Declared in
- SessionSpec
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/SessionSpec.java
-
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
-
-
UnsupportedTmuxVersion – if the spec asks for something
runningdoes not have
-
0 declared, 0 inherited