copy struct base tag into command base tag
This commit is contained in:
parent
47a97636cd
commit
eb18d01cdd
1 changed files with 2 additions and 0 deletions
|
@ -418,6 +418,8 @@ pub const Lang = struct {
|
|||
@field(cmd, cmd_field.name) = argument_value;
|
||||
}
|
||||
|
||||
cmd.base.tag = command_struct.base_tag;
|
||||
|
||||
try commands.append(cmd.base);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue