mie: tool: split internal command into several different subcommands

This commit is contained in:
2026-01-25 15:10:23 +00:00
parent 00152cac56
commit 5873326138
6 changed files with 572 additions and 51 deletions

View File

@@ -5,6 +5,8 @@ enum command_id {
CMD_ROOT,
CMD_VALIDATE,
CMD_INTERNAL,
CMD_INTERNAL_BUILDER_TEST,
CMD_INTERNAL_CTX_DUMP,
};
#endif