Skip to content

Commit 5f8687f

Browse files
authored
Merge pull request #567 from onekey-sec/246-human-readable-report
feat(cli): provide human readable reporting in console output
2 parents f2dd8e7 + 8869590 commit 5f8687f

File tree

9 files changed

+384
-16
lines changed

9 files changed

+384
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ build/
88
.idea
99
.coverage*
1010
/.venv/
11+
unblob.log

nix/unblob/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
, pyperscan
2121
, python-magic
2222
, rarfile
23+
, rich
2324
, structlog
2425
, ubi_reader
2526
, unblob-native
@@ -90,6 +91,7 @@ let
9091
structlog
9192
ubi_reader
9293
unblob-native
94+
rich
9395
rarfile
9496
treelib
9597
];

0 commit comments

Comments
 (0)