Skip to content

Commit f6db735

Browse files
committed
Add new simplified output format to space-cli
1 parent fbace0f commit f6db735

File tree

5 files changed

+549
-75
lines changed

5 files changed

+549
-75
lines changed

Cargo.lock

Lines changed: 102 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ base64 = "0.22.1"
3636
futures = "0.3.30"
3737
reqwest = { version = "0.12.5", default-features = false, features = ["json", "blocking", "rustls-tls"] }
3838
threadpool = "1.8.1"
39-
39+
tabled = "0.17.0"
40+
colored = "3.0.0"
4041
[dev-dependencies]
4142
assert_cmd = "2.0.16"
4243
predicates = "3.1.2"

0 commit comments

Comments
 (0)