cmd: use term formatting codes for command help text
This commit is contained in:
@@ -118,7 +118,7 @@ void z__b_get_option_description(struct b_command_option *opt, b_string *out)
|
||||
if (it.i > 0) {
|
||||
b_string_append_cstr(out, "; ");
|
||||
} else {
|
||||
b_string_append_cstr(out, " [");
|
||||
b_string_append_cstr(out, " [[");
|
||||
close_bracket = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user