Versions in this module Expand all Collapse all v0 v0.0.24 Oct 25, 2023 Changes in this version + func Completer(d prompt.Document, items []string) []prompt.Suggest + func ListRepos() ([]string, error) + func ListTag(repository string) ([]string, error) + func MustList(fn func() ([]string, error)) []string + func ParseImage(s string) (repo, name, tag string, err error) + func Suggestions(items []string) []prompt.Suggest