authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-01-02 22:03:19 -08:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2026-01-02 22:03:19 -08:00
loge3c15faf8be721eb39aeac741a97c814767ea79a
tree2856f073380f94115c84df3a200496c1ab8a8d4f
parent414a00bb296de6313bb2eefaa4489407e9ab0b93

cmd/generate: rename --lock to --locked, oops


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,7 +16,7 @@ pub fn execute(self_name: []const u8, args: [][:0]u8) !void {
16 const gpa = std.heap.c_allocator;16 const gpa = std.heap.c_allocator;
17 const cachepath = try u.find_cachepath();17 const cachepath = try u.find_cachepath();
18 const dir = std.fs.cwd();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");
2020
21 var options = common.CollectOptions{21 var options = common.CollectOptions{
22 .log = false,22 .log = false,