summaryrefslogtreecommitdiff
path: root/internal/repl/help.go
AgeCommit message (Expand)Author
2026-05-25style(repl): use map[string]struct{} for sets instead of map[string]boolPaul Buetow
2026-05-25refactor(repl): register 'categories' as HelpTopic with custom RenderPaul Buetow
2026-05-25refactor(repl): split help.go into data (help_topics.go) and logic (help.go)Paul Buetow
2026-05-25fix: exclude 'help' from help topic completionsPaul Buetow
2026-05-25feat: inline help system with per-operator topics and auto-completionPaul Buetow