# tmuxp.cli.ls.CLILsNamespace

- **Module:** tmuxp.cli.ls
- **Package:** tmuxp
- **Language:** Python
- **Kind:** class
- **Source:** https://github.com/tmux-python/tmuxp/blob/153acdf6ff1268b14d3d03ed488f545a7123c8f1/src/tmuxp/cli/ls.py#L113
- **Page:** https://libtmux.org/en/py/latest/workspace/reference/tmuxp-cli-ls-clilsnamespace/

Typed :class:`argparse.Namespace` for tmuxp ls command.

## Example

```python
>>> ns = CLILsNamespace()
>>> ns.color = "auto"
>>> ns.color
'auto'
```

## Members

- `color` (attribute)
- `tree` (attribute)
- `output_json` (attribute)
- `output_ndjson` (attribute)
- `full` (attribute)
