Closed jievince closed 4 years ago
when I wrap newLiner into a function, auto-completions shows some bug. when I type TAB, it doesn't do a completion but a real TAB(4 spaces).
TAB
defer line.Close() in newCli is closing line. We should probably panic when you call line.Prompt after closing line.
when I wrap newLiner into a function, auto-completions shows some bug. when I type
TAB
, it doesn't do a completion but a realTAB
(4 spaces).