# io.github.libtmux.SplitSpec.SplitSpec.argv

- **Module:** io.github.libtmux.SplitSpec.SplitSpec
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/SplitSpec.java#L159
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-splitspec-splitspec-argv/

```
io.github.libtmux.SplitSpec.SplitSpec.argv(target: String, format: String, running: TmuxVersion) -> List<String>
```

The command that performs this split, reporting the new pane through {@code format}.

## Parameters

- `target` (String): what to split, as a tmux target
- `format` (String): the row format the caller will read the result back with
- `running` (TmuxVersion): the version of the server about to run this

## Raises

- `UnsupportedTmuxVersionException`: if the spec asks for something {@code running} does not have
