fn fatalWithHint(comptime f: []const u8, args: anytype) noreturn
fn fatalWithHint(comptime f: []const u8, args: anytype) noreturn { log.info("to access the help menu: zig build -h", .{}); fatal(f, args); }