cli/docs/services/help.md
google-labs-jules[bot] 456a5d6864 docs: replace raw AST dumps with descriptive markdown (#34)
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
2025-11-25 00:09:03 +00:00

20 lines
561 B
Markdown

---
title: help
---
# Service: `help`
The `help` service manages the in-app documentation and help system, allowing users to view guides and context-sensitive help.
## Methods
### `func Show() error`
`Show` opens the main help window or interface.
### `func ShowAt(anchor string) error`
`ShowAt` opens the help window and navigates directly to the section specified by the `anchor`.
### `func HandleIPCEvents(c *core.Core, msg core.Message) error`
`HandleIPCEvents` processes help-related IPC messages, allowing other services to trigger help displays.