| author | |
| committer | |
| log | e3c15faf8be721eb39aeac741a97c814767ea79a |
| tree | 2856f073380f94115c84df3a200496c1ab8a8d4f |
| parent | 414a00bb296de6313bb2eefaa4489407e9ab0b93 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/cmd/generate.zig+1-1| ... | ... | @@ -16,7 +16,7 @@ pub fn execute(self_name: []const u8, args: [][:0]u8) !void { |
| 16 | 16 | const gpa = std.heap.c_allocator; |
| 17 | 17 | const cachepath = try u.find_cachepath(); |
| 18 | 18 | const dir = std.fs.cwd(); |
| 19 | const should_lock = args.len >= 1 and std.mem.eql(u8, args[0], "--lock"); | |
| 19 | const should_lock = args.len >= 1 and std.mem.eql(u8, args[0], "--locked"); | |
| 20 | 20 | |
| 21 | 21 | var options = common.CollectOptions{ |
| 22 | 22 | .log = false, |