mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
self hosted compiler: remove unused flag
This commit is contained in:
parent
548ddd1f0c
commit
4c3aa09f2a
@ -637,14 +637,12 @@ const usage_fmt =
|
||||
\\
|
||||
\\Options:
|
||||
\\ --help Print this help and exit
|
||||
\\ --keep-backups Retain backup entries for every file
|
||||
\\
|
||||
\\
|
||||
;
|
||||
|
||||
const args_fmt_spec = []Flag {
|
||||
Flag.Bool("--help"),
|
||||
Flag.Bool("--keep-backups"),
|
||||
};
|
||||
|
||||
fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user