From 1161286d51eaff51cf68bc77c01f04dffbf46555 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 21 Sep 2025 13:13:46 +0200 Subject: [PATCH] Update rexm.c --- tools/rexm/rexm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/rexm/rexm.c b/tools/rexm/rexm.c index ced2653da..529f71884 100644 --- a/tools/rexm/rexm.c +++ b/tools/rexm/rexm.c @@ -1337,6 +1337,9 @@ int main(int argc, char *argv[]) // add : Add existing example, category extracted from name // rename : Rename an existing example // remove : Remove an existing example + // build : Build example for Desktop and Web platforms + // validate : Validate examples collection, generates report + // update : Validate and update examples collection, generates report printf("\n////////////////////////////////////////////////////////////////////////////////////////////\n"); printf("// //\n");