# libtmux::CommandRequest

- **Module:** libtmux
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/393d4b0ad666f18a6581f1eb281741a75a7503f0/include/libtmux/command.hpp#L198
- **Page:** https://libtmux.org/en/cxx/latest/reference/libtmux-commandrequest/

One tmux command as argv, with no shell between it and tmux.

Arguments are passed as separate words, so a value holding a space, a quote or a `;` arrives whole and nothing here needs escaping.

## Members

- `CommandRequest` (method)
- `empty` (method)
- `size` (method)
- `reserve` (method)
- `emplace_back` (method)
- `push_back` (method)
- `arguments` (method)
- `argv` (method)
