io.github.libtmux.Server.Server.run
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.Server
- Declared in
- Server
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/Server.java
- run ( argv : List<String> ) CommandResult
-
Runs a command that is expected to work, and raises when it did not.
The counterpart to
#cmd: use this when a nonzero exit means the thing you asked for did not happen, andcmdwhen a nonzero exit is an answer you want to inspect. tmux reports an ordinary miss and a real problem the same way, so only the caller knows which it is.- Raises
-
-
LibTmuxException – if tmux reported a nonzero exit
-
0 declared, 0 inherited