-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
option to disable std.Progress.dont_print_on_dumb #9633
Copy link
Copy link
Closed
Labels
proposalThis issue suggests language modifications. If it also has the "accepted" label then it is planned.This issue suggests language modifications. If it also has the "accepted" label then it is planned.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Metadata
Metadata
Assignees
Labels
proposalThis issue suggests language modifications. If it also has the "accepted" label then it is planned.This issue suggests language modifications. If it also has the "accepted" label then it is planned.standard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Type
Fields
Give feedbackNo fields configured for issues without a type.
TERM=dumbor otherwise that does not support the cursor moving ansi escape codes should still print, but have the items each print on their own line.If the user decides they do not want the output to print they would still be free to do
zig build > /dev/null.