cmd: update to use new object system

This commit is contained in:
2025-10-19 21:02:12 +01:00
parent fd04a49d84
commit 34c54eb545
7 changed files with 36 additions and 41 deletions

View File

@@ -102,8 +102,7 @@ b_status b_command_arg_set_allowed_values(
return B_SUCCESS;
}
void z__b_get_arg_usage_string(
struct b_command_arg *arg, bool colour, struct b_string *out)
void z__b_get_arg_usage_string(struct b_command_arg *arg, bool colour, b_string *out)
{
bool optional = false, multi = false;
switch (arg->arg_nr_values) {