Versions in this module Expand all Collapse all v0 v0.2.0 Nov 7, 2022 Changes in this version + type Command interface + Prompt func() string + SetValue func(val string) + Value func() string + type SaveFile struct + func (s *SaveFile) Prompt() string + func (s *SaveFile) SetValue(val string) + func (s *SaveFile) Value() string + type Unknown struct + func (u *Unknown) Prompt() string + func (u *Unknown) SetValue(val string) + func (u *Unknown) Value() string