# window.SplitOptions.into_command

- **Module:** window.SplitOptions
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/window.rs#L1699
- **Page:** https://libtmux.org/reference/rs/window-splitoptions-into_command/

```
window.SplitOptions.into_command(self, target: &str, print_format: &str) -> Command
```

Lower these options into a `split-window` command for one target.

`print_format` is placed with the other flags because tmux stops
parsing flags at the first positional, and the shell command is one.
