refactor: update CLI commands and remove deprecated quick analysis feature

This commit is contained in:
Alexander Kiselev
2026-02-04 19:36:16 -08:00
parent 9ce351575b
commit 8aadc35e0d
9 changed files with 186 additions and 308 deletions
+5
View File
@@ -94,6 +94,11 @@ impl BridgeClient {
self.send_command("status", None)
}
/// Get bridge info (current program, project name, program count, uptime).
pub fn bridge_info(&self) -> Result<serde_json::Value> {
self.send_command("bridge_info", None)
}
/// List functions.
pub fn list_functions(
&self,