const Options = struct
const Options = struct { exports: bool, exports_sort: bool, file_headers: bool, imports: bool, input_path: []const u8, member_filters: []const []const u8 = &.{}, member_headers: bool, elements: std.enums.EnumArray(Element, bool), redact: std.enums.EnumArray(FieldKind, bool), relocs: bool, section_filters: []const []const u8 = &.{}, section_headers: bool, symbol_filters: []const []const u8 = &.{}, strings: bool, symbols: bool, tls: bool, // Coff-specific linker_member: ?std.coff.ArchiveMemberHeader.Kind, }