# show_threads_help

> **Function** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/ui/show_threads_help)

Show help information for the `threads` subcommand.

Invoked via the `-h` argparse action or directly from `cli_main`
when no threads subcommand is given.

## Signature

```python
show_threads_help() -> None
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/a827cddf72d72e4b17921b8eb445a3bfb0511cb4/libs/cli/deepagents_cli/ui.py#L374)