func setDefaults(o *plugin.Options) *plugin.Options { … }
type stdUI …
func (ui *stdUI) ReadLine(prompt string) (string, error) { … }
func (ui *stdUI) Print(args ...interface{ … }
func (ui *stdUI) PrintErr(args ...interface{ … }
func (ui *stdUI) IsTerminal() bool { … }
func (ui *stdUI) WantBrowser() bool { … }
func (ui *stdUI) SetAutoComplete(func(string) string) { … }
func (ui *stdUI) fprint(f *os.File, args []interface{ … }
type oswriter …
func (oswriter) Open(name string) (io.WriteCloser, error) { … }