zig-support
zig-support copied to clipboard
line marker for Zig main method and tests?
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
