zig-cli icon indicating copy to clipboard operation
zig-cli copied to clipboard

Add auto --color option

Open sam701 opened this issue 2 years ago • 1 comments

The --color option can be automatically present if configured. It can explicitly disable or enable coloring.

sam701 avatar Apr 25 '23 18:04 sam701

The value of the --color option might be used by the main program, not only while printing the help message, i.e. the option value must be sharable between zig-cli and the program.

sam701 avatar Dec 18 '23 08:12 sam701