(helpPage *HelpPage, policy Policy)
| 33 | GetCompletions(path string) (completions []Completion, err error) |
| 34 | |
| 35 | AddHelpPage(helpPage *HelpPage, policy Policy) (status AddHelpPageStatus, err error) |
| 36 | |
| 37 | // NB. This command might return null pointers in case some help page is broken. |
| 38 | ListCommands() (result map[int64]*Command, err error) |
no outgoing calls