mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 08:14:18 +02:00
add sort support to search, add index fields command, fix error messages (#25)
This commit is contained in:
@@ -112,7 +112,7 @@ func Repl(conf *cfg.Config) error {
|
||||
|
||||
err = CallAPI(conf, parts[0], parts[1], data)
|
||||
if err != nil {
|
||||
fmt.Printf("failed to call API: %s\n", err)
|
||||
fmt.Printf("failed to call API: %s\n", esErrorString(err))
|
||||
}
|
||||
|
||||
reader.SetPrompt("> ")
|
||||
|
||||
Reference in New Issue
Block a user