# 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/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/SplitSpec.java#L152
- **Page:** https://libtmux.org/reference/java/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

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