Versions in this module Expand all Collapse all v0 v0.0.6 May 29, 2026 Changes in this version + func Merge(data config.Data, entries []Entry) (added int, addedNames []string, existing []string) + func Remove(cmdMap map[string]interface{}, entries []Entry) (removed int, removedNames []string) + type Entry struct + Description string + Name string + Template string + func ParseTemplate(path string) (*Entry, error) + type Info struct + Description string + Name string + func GetCommandHooks(data config.Data, names map[string]bool) []Info