Skip to content

Commit 384e082

Browse files
committed
--no-ansi fix
1 parent 4cecd4e commit 384e082

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/cli/output.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ void general(bool high_threshold, bool all, bool dynamic) {
453453
if (arg_bitset.test(NO_ANSI)) {
454454
tag_detected = ("[ DETECTED ]");
455455
tag_not_detected = (" [NOT DETECTED]");
456+
tag_skipped = (" [ DISABLED ]");
457+
tag_notes = (" [ NOTES ]");
456458
bold = ""; underline = ""; ansi_exit = ""; red = ""; orange = "";
457459
green = ""; red_orange = ""; green_orange = ""; grey = ""; white = "";
458460
}

0 commit comments

Comments
 (0)