Searched defs:ReadLine (Results 1 – 7 of 7) sorted by relevance
56 func (r *readlineUI) ReadLine(prompt string) (string, error) { func
62 func (ui *stdUI) ReadLine(prompt string) (string, error) { func
43 func (r *Reader) ReadLine() (string, error) { func
404 func (b *Reader) ReadLine() (line []byte, isPrefix bool, err error) { func
180 ReadLine(prompt string) (string, error) methodSpec
207 ReadLine(prompt string) (string, error) methodSpec
712 func (t *Terminal) ReadLine() (line string, err error) { func