# show_threads_help

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/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/0412009c5441bef8d75a427e1da8909e33ab5b56/libs/code/deepagents_code/ui.py#L618)