Skip to content

Commit

Permalink
WIP: zig-clap v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hejsil committed Nov 11, 2024
1 parent cfa86f6 commit 0171221
Show file tree
Hide file tree
Showing 2 changed files with 855 additions and 2 deletions.
6 changes: 4 additions & 2 deletions clap.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2132,14 +2132,16 @@ test "usage" {

test {
_ = args;
_ = ccw;
_ = parsers;
_ = streaming;
_ = ccw;
_ = v2;
}

pub const args = @import("clap/args.zig");
pub const ccw = @import("clap/codepoint_counting_writer.zig");
pub const parsers = @import("clap/parsers.zig");
pub const streaming = @import("clap/streaming.zig");
pub const ccw = @import("clap/codepoint_counting_writer.zig");
pub const v2 = @import("clap/v2.zig");

const std = @import("std");
Loading

0 comments on commit 0171221

Please sign in to comment.