refactor: run zig fmt
This commit is contained in:
parent
f2ae12a298
commit
832aff1d6f
1 changed files with 2 additions and 7 deletions
|
@ -39,7 +39,6 @@ pub fn main() anyerror!void {
|
||||||
|
|
||||||
const a = std.heap.c_allocator;
|
const a = std.heap.c_allocator;
|
||||||
|
|
||||||
|
|
||||||
const Flags = struct {
|
const Flags = struct {
|
||||||
pub const description =
|
pub const description =
|
||||||
application_title ++ " " ++ application_subtext ++
|
application_title ++ " " ++ application_subtext ++
|
||||||
|
@ -67,11 +66,7 @@ pub fn main() anyerror!void {
|
||||||
.version = "Show build version and exit.",
|
.version = "Show build version and exit.",
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const formats = .{
|
pub const formats = .{ .frame_rate = "num", .trace_level = "num", .exec = "cmds" };
|
||||||
.frame_rate = "num",
|
|
||||||
.trace_level = "num",
|
|
||||||
.exec = "cmds"
|
|
||||||
};
|
|
||||||
|
|
||||||
pub const switches = .{
|
pub const switches = .{
|
||||||
.frame_rate = 'f',
|
.frame_rate = 'f',
|
||||||
|
|
Loading…
Add table
Reference in a new issue