Versions in this module Expand all Collapse all v0 v0.2.0 Aug 6, 2026 v0.1.0 Jul 25, 2026 Changes in this version + func AcceptAll(_ string) error + func Edit() error + func Get(w io.Writer, key string) error + func List(w io.Writer, sorter KeySorter) + func NewCmd(opts Options) *cobra.Command + func Set(key, value string) error + func SortAlphabetical(keys []string) + type KeySorter func(keys []string) + type KeyValidator func(key string) error + type Options struct + Sort KeySorter + Validate KeyValidator