cmd: update to use new object system
This commit is contained in:
@@ -146,8 +146,7 @@ void z__b_get_option_description(struct b_command_option *opt, b_string *out)
|
||||
}
|
||||
|
||||
void z__b_get_option_usage_string(
|
||||
struct b_command_option *opt, enum cmd_string_flags flags,
|
||||
struct b_string *out)
|
||||
struct b_command_option *opt, enum cmd_string_flags flags, b_string *out)
|
||||
{
|
||||
if (flags & CMD_STR_DIRECT_USAGE) {
|
||||
b_string_append_cstr(out, "{");
|
||||
|
||||
Reference in New Issue
Block a user