mirror of
https://github.com/ziglang/zig.git
synced 2026-02-01 12:13:44 +00:00
The `entry_point_command` is a replacement for `thread_command`, and is used for main executables to specify the location of `main()` entry point. Signed-off-by: Jakub Konka <kubkon@jakubkonka.com>