# libtmux::CommandArgument

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

One argument, carrying whether any part of it is a secret.

Implicitly constructible from the string types so building a command reads as a list of words; marking a part secret is the deliberate act.

## Members

- `CommandArgument` (method)
- `value` (method)
- `sensitivity` (method)
- `sensitive_parts` (method)
- `sensitive` (method)
- `sensitive_range` (method): Keep a composite argument intact on the wire while treating one byte range inside it as sensitive.
