We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0536c0f commit 06300bcCopy full SHA for 06300bc
src/clap/root.zig
@@ -9,10 +9,9 @@ pub const Feature = @import("features.zig").Feature;
9
10
pub const Meta = struct {
11
id: [:0]const u8,
12
- // TODO: custom namespaced features
13
features: []const Feature,
14
/// Non-standard features should be formatted as `$namespace:$feature`
15
- extra_features: ?[]const [:0]const u8,
+ extra_features: ?[]const [:0]const u8 = null,
16
17
/// This field allows you to extend zigplug's CLAP implementation with extra extensions or override already
18
/// supported ones.
0 commit comments