miroir de
https://github.com/quitesimpleorg/hs9001.git
synchronisé 2024-11-25 02:22:37 +01:00
Search: Properly exit on error
Cette révision appartient à :
Parent
da945dce2d
révision
54697be895
1
main.go
1
main.go
@ -156,6 +156,7 @@ func main() {
|
||||
} else if cmd == "search" {
|
||||
if argslen < 2 {
|
||||
fmt.Fprint(os.Stderr, "Please provide the search query\n")
|
||||
os.Exit(1)
|
||||
}
|
||||
q := strings.Join(args[1:], " ")
|
||||
search(conn, q)
|
||||
|
Chargement…
Référencer dans un nouveau ticket
Block a user