handle Ctrl-D
This commit is contained in:
parent
96db984e09
commit
33b354d83d
@ -375,6 +375,8 @@ func main() {
|
||||
}
|
||||
} else if err == liner.ErrPromptAborted {
|
||||
return
|
||||
} else if err == io.EOF {
|
||||
os.Exit(0)
|
||||
} else {
|
||||
fmt.Fprintf(os.Stderr, "Error reading line: %s", err.Error())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user