const std = @import("std"); const noclip = @import("noclip"); const CommandBuilder = noclip.CommandBuilder; const Choice = enum { first, second }; const cli = cmd: { var cmd = CommandBuilder(u32).init( \\The definitive noclip demonstration utility \\ \\This command demonstrates the functionality of the noclip library. cool! ); cmd.add_option(.{ .OutputType = struct { u8, u8 } }, .{ .name = "test", .short_tag = "-t", .long_tag = "--test", .env_var = "NOCLIP_TEST", .description = "multi-value test option", .nice_type_name = "int>