File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -4352,27 +4352,6 @@ pub fn cmdInit(
4352
4352
}
4353
4353
}
4354
4354
4355
- pub const usage_build =
4356
- \\Usage: zig build [steps] [options]
4357
- \\
4358
- \\ Build a project from build.zig.
4359
- \\
4360
- \\Options:
4361
- \\ -freference-trace[=num] How many lines of reference trace should be shown per compile error
4362
- \\ -fno-reference-trace Disable reference trace
4363
- \\ --summary [mode] Control the printing of the build summary
4364
- \\ all Print the build summary in its entirety
4365
- \\ failures (Default) Only print failed steps
4366
- \\ none Do not print the build summary
4367
- \\ --build-file [file] Override path to build.zig
4368
- \\ --cache-dir [path] Override path to local Zig cache directory
4369
- \\ --global-cache-dir [path] Override path to global Zig cache directory
4370
- \\ --zig-lib-dir [arg] Override path to Zig lib directory
4371
- \\ --build-runner [file] Override path to build runner
4372
- \\ -h, --help Print this help and exit
4373
- \\
4374
- ;
4375
-
4376
4355
pub fn cmdBuild (gpa : Allocator , arena : Allocator , args : []const []const u8 ) ! void {
4377
4356
var color : Color = .auto ;
4378
4357
You can’t perform that action at this time.
0 commit comments