| ... | @@ -87,13 +87,15 @@ const normal_usage = | ... | @@ -87,13 +87,15 @@ const normal_usage = |
| 87 | \\ fetch Copy a package into global cache and print its hash | 87 | \\ fetch Copy a package into global cache and print its hash |
| 88 | \\ init Initialize a Zig package in the current directory | 88 | \\ init Initialize a Zig package in the current directory |
| 89 | \\ | 89 | \\ |
| 90 | \\ ast-check Look for simple compile errors in any set of files | | |
| 91 | \\ build-exe Create executable from source or object files | 90 | \\ build-exe Create executable from source or object files |
| 92 | \\ build-lib Create library from source or object files | 91 | \\ build-lib Create library from source or object files |
| 93 | \\ build-obj Create object from source or object files | 92 | \\ build-obj Create object from source or object files |
| 94 | \\ fmt Reformat Zig source into canonical form | 93 | \\ test Perform unit testing |
| 95 | \\ run Create executable and run immediately | 94 | \\ run Create executable and run immediately |
| 96 | \\ test Create and run a test build | 95 | \\ |
| | 96 | \\ ast-check Look for simple compile errors in any set of files |
| | 97 | \\ fmt Reformat Zig source into canonical form |
| | 98 | \\ reduce Minimize a bug report |
| 97 | \\ translate-c Convert C code to Zig code | 99 | \\ translate-c Convert C code to Zig code |
| 98 | \\ | 100 | \\ |
| 99 | \\ ar Use Zig as a drop-in archiver | 101 | \\ ar Use Zig as a drop-in archiver |