cmd: update to use new object system
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user