mirror of
https://github.com/quitesimpleorg/hs9001.git
synced 2025-02-16 18:42:35 +01:00
Search: Properly exit on error
This commit is contained in:
parent
da945dce2d
commit
54697be895
1
main.go
1
main.go
@ -156,6 +156,7 @@ func main() {
|
|||||||
} else if cmd == "search" {
|
} else if cmd == "search" {
|
||||||
if argslen < 2 {
|
if argslen < 2 {
|
||||||
fmt.Fprint(os.Stderr, "Please provide the search query\n")
|
fmt.Fprint(os.Stderr, "Please provide the search query\n")
|
||||||
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
q := strings.Join(args[1:], " ")
|
q := strings.Join(args[1:], " ")
|
||||||
search(conn, q)
|
search(conn, q)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user