Commit c327444f5c

Arnau Camprubí <arnauxabia@gmail.com>
2025-08-24 13:26:31
Add `test-obj` to the help message
1 parent bc00932
Changed files (1)
src/main.zig
@@ -87,6 +87,7 @@ const normal_usage =
     \\  build-lib        Create library from source or object files
     \\  build-obj        Create object from source or object files
     \\  test             Perform unit testing
+    \\  test-obj         Create object for unit testing
     \\  run              Create executable and run immediately
     \\
     \\  ast-check        Look for simple compile errors in any set of files