feat: Removed the server functionality

This commit is contained in:
2025-11-03 14:25:55 -07:00
parent b49a27f886
commit 474c5bc76f
17 changed files with 21 additions and 1070 deletions
+2 -2
View File
@@ -41,8 +41,8 @@ impl Prompt for ReplPrompt {
PromptHistorySearchStatus::Passing => "",
PromptHistorySearchStatus::Failing => "failing ",
};
// NOTE: magic strings, given there is logic on how these compose I am not sure if it
// is worth extracting in to static constant
// NOTE: magic strings, given there is logic on how these are composed, I'm unsure if it's
// worth extracting into a static constant
Cow::Owned(format!(
"({}reverse-search: {}) ",
prefix, history_search.term