Versions in this module Expand all Collapse all v1 v1.1.0 Jul 24, 2026 v1.0.0 Jul 14, 2026 Changes in this version + var ErrNoInputs = errors.New("no inputs provided") + func CollectInputs(args []string, fromFile string, stdin io.Reader) ([]string, error) + type Result struct + Data any + Error string + Input string + func ResultFromData(input string, data any) Result + func ResultFromError(input string, err error) Result