feature: add command to query tasks

This commit is contained in:
Alexander Navarro 2025-05-12 14:32:44 -04:00
parent 71c11eaa84
commit 63c20cfc87
7 changed files with 184 additions and 8 deletions

View file

@ -16,3 +16,4 @@ tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19" , features = ["env-filter"]}
figment = { version = "0.10.19", features = ["env"] }
tracing-core = "0.1.33"
tabled = "0.19.0"