formalize the terminal message variants

This commit is contained in:
mbecker20
2025-10-27 18:31:30 -07:00
parent f35b00ea95
commit a18f33b95e
15 changed files with 459 additions and 177 deletions

3
Cargo.lock generated
View File

@@ -2815,7 +2815,6 @@ name = "komodo_cli"
version = "2.0.0-dev-82"
dependencies = [
"anyhow",
"bytes",
"chrono",
"clap",
"colored",
@@ -2834,7 +2833,6 @@ dependencies = [
"serde_json",
"serde_qs",
"tokio",
"tokio-tungstenite",
"tokio-util",
"tracing",
"wildcard",
@@ -2847,6 +2845,7 @@ dependencies = [
"anyhow",
"async_timing_util",
"bson",
"bytes",
"clap",
"derive_builder",
"derive_default_builder",