From 473bfd1a8ba5549e57d1910da50ff44aabd6983c Mon Sep 17 00:00:00 2001 From: Dietz Isaias Date: Mon, 14 Apr 2025 16:10:03 +0200 Subject: [PATCH] scope creep --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bb1244b..bb70ef7 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Deletes the entity specified by `$entity_name`. | Unhandled exception. MySql.Data.MySqlClient.MySqlException (0x80004005): Authentication to host 'localhost' for user 'embeddingsearch' using method 'caching_sha2_password' failed with message: Access denied for user 'embeddingsearch'@'localhost' (using password: YES) | TBD | # To-do +- Implement environment variable use - fix the `--help` functionality - Rename `cli` to something unique but still short, e.g. `escli`? - Improve error messaging for when retrieving a searchdomain fails.