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

line marker for Zig main method and tests?

Open linux-china opened this issue 3 years ago • 0 comments

How about line marker for Zig main method and Zig test? It's very useful for developer to run test.

Run Zig main commannd: zig run src/main.zig Ru Zig tests command: zig test --test-filter "test name" src/xxx-test.zig

image

linux-china avatar Jul 29 '22 18:07 linux-china