# libtmux::Command

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

One command this tmux understands.

The list is how a caller asks what the server can do rather than deducing it from a version string. A build with commands compiled out, or a version between releases, answers for itself.

## Members

- `kNoun` (attribute)
- `kFields` (attribute)
- `Command` (method)
- `name` (method)
- `alias` (method): tmux's short form, such as `lscm` for `list-commands`.
- `usage` (method): The flags and arguments, as tmux prints them in its own help.
