# libtmux::CommandArgument::sensitive_range

- **Module:** libtmux::CommandArgument
- **Package:** libtmux-cxx
- **Language:** C++
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-cxx/blob/85e8bd603a322dc32bb8b9aeb1a72bcf36945f1d/include/libtmux/command.hpp#L107
- **Page:** https://libtmux.org/reference/cxx/libtmux-commandargument-sensitive_range/

```
libtmux::CommandArgument::sensitive_range(value: std::string, offset: std::size_t, size: std::size_t) -> CommandArgument
```

Keep a composite argument intact on the wire while treating one byte range inside it as sensitive.

An invalid range hides the whole argument.
