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