authorgravatar for square3880@gmail.comsquare <square3880@gmail.com> 2023-03-18 18:25:52+01:00
committergravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2023-03-18 20:13:52+02:00
log887abd0f33af15d69c0473e2fb139b490f4ecc8f
tree18921fd5d28a836f21cc3a12af46fad1ae16dbd5
parentc31007bb47a4d1d62917324a33e9a9a6cd1df5a6

delete `--prominent-compile-errors` from help


2 files changed, 0 insertions(+), 2 deletions(-)

lib/build_runner.zig-1
...@@ -949,7 +949,6 @@ fn usage(builder: *std.Build, already_ran_build: bool, out_stream: anytype) !voi...@@ -949,7 +949,6 @@ fn usage(builder: *std.Build, already_ran_build: bool, out_stream: anytype) !voi
949 \\ -l, --list-steps Print available steps949 \\ -l, --list-steps Print available steps
950 \\ --verbose Print commands before executing them950 \\ --verbose Print commands before executing them
951 \\ --color [auto|off|on] Enable or disable colored error messages951 \\ --color [auto|off|on] Enable or disable colored error messages
952 \\ --prominent-compile-errors Output compile errors formatted for a human to read
953 \\ -fsummary Print the build summary, even on success952 \\ -fsummary Print the build summary, even on success
954 \\ -fno-summary Omit the build summary, even on failure953 \\ -fno-summary Omit the build summary, even on failure
955 \\ -j<N> Limit concurrent jobs (default is to use all CPU cores)954 \\ -j<N> Limit concurrent jobs (default is to use all CPU cores)
src/main.zig-1
...@@ -4260,7 +4260,6 @@ pub const usage_build =...@@ -4260,7 +4260,6 @@ pub const usage_build =
4260 \\ --global-cache-dir [path] Override path to global Zig cache directory4260 \\ --global-cache-dir [path] Override path to global Zig cache directory
4261 \\ --zig-lib-dir [arg] Override path to Zig lib directory4261 \\ --zig-lib-dir [arg] Override path to Zig lib directory
4262 \\ --build-runner [file] Override path to build runner4262 \\ --build-runner [file] Override path to build runner
4263 \\ --prominent-compile-errors Output compile errors formatted for a human to read
4264 \\ -h, --help Print this help and exit4263 \\ -h, --help Print this help and exit
4265 \\4264 \\
4266;4265;