mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 19:04:17 +02:00
add newline after each doc in search output
This commit is contained in:
@@ -52,6 +52,6 @@ func PrintDoc(conf *cfg.Config, hit types.Hit) {
|
||||
value := gjson.Get(docjson, conf.Path)
|
||||
fmt.Println(value.String())
|
||||
} else {
|
||||
fmt.Print(docjson)
|
||||
fmt.Println(docjson)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user