Versions in this module Expand all Collapse all v1 v1.3.8 Aug 17, 2022 v1.3.7 Jul 11, 2022 Changes in this version + func Apply(elements *list.List, fn ElementFunc) (err error) + func ApplyOrdered(elements *list.List, fn ElementFunc) (err error) + func GetConfirmedPassword() []byte + func GetPassword() []byte + func HasArgs(args []string, length int) bool + func OpenDefault(fileOrURL string) error + func Printf(format string, a ...any) + func Println(a ...any) + func ShortPath(path string) string + func ShowError(err error) + func TerminalWidth() int + func ValidatePassword(password1 []byte, password2 []byte) bool + type ElementFunc func(v any) error