mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update clap.zig
This commit is contained in:
@@ -63,7 +63,7 @@ pub fn Param(comptime Id: type) type {
|
||||
/// Takes a string and parses it to a Param(Help).
|
||||
/// This is the reverse of 'help' but for at single parameter only.
|
||||
pub fn parseParam(line: []const u8) !Param(Help) {
|
||||
@setEvalBranchQuota(9999);
|
||||
@setEvalBranchQuota(999999);
|
||||
|
||||
var found_comma = false;
|
||||
var it = mem.tokenize(u8, line, " \t");
|
||||
|
||||
Reference in New Issue
Block a user