# io.github.libtmux.internal.CommandStrings.CommandStrings

- **Module:** io.github.libtmux.internal.CommandStrings
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/internal/CommandStrings.java#L11
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-internal-commandstrings-commandstrings/

Encodes a tmux command for each of the two parsers tmux reads commands with.

<p>Every argv this takes is literal: what a caller meant, with nothing escaped for either parser.

## Members

- `arguments` (method) — Several commands as the flat argv tmux's own argv parser reads.
- `stringify` (method) — One command as the string tmux's command parser reads, which is what {@code if-shell} takes.
- `group` (method) — Several commands as the one string tmux's parser reads as a group.
