File tree 1 file changed +17
-17
lines changed
1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 1
- const std = @import ("std" );
2
- pub const App = @import ("App.zig" );
3
- pub const Arg = @import ("Arg.zig" );
4
- pub const ArgMatches = @import ("ArgMatches.zig" );
5
- pub const Command = @import ("Command.zig" );
6
- pub const yazap_error = @import ("error.zig" );
7
- pub const YazapError = yazap_error .YazapError ;
8
-
9
- test "emit docs" {
10
- comptime {
11
- std .testing .refAllDecls (App );
12
- std .testing .refAllDecls (Arg );
13
- std .testing .refAllDecls (ArgMatches );
14
- std .testing .refAllDecls (Command );
15
- std .testing .refAllDecls (yazap_error );
16
- }
17
- }
1
+ const std = @import ("std" );
2
+ pub const App = @import ("App.zig" );
3
+ pub const Arg = @import ("Arg.zig" );
4
+ pub const ArgMatches = @import ("ArgMatches.zig" );
5
+ pub const Command = @import ("Command.zig" );
6
+ pub const yazap_error = @import ("error.zig" );
7
+ pub const YazapError = yazap_error .YazapError ;
8
+
9
+ test "emit docs" {
10
+ comptime {
11
+ std .testing .refAllDecls (App );
12
+ std .testing .refAllDecls (Arg );
13
+ std .testing .refAllDecls (ArgMatches );
14
+ std .testing .refAllDecls (Command );
15
+ std .testing .refAllDecls (yazap_error );
16
+ }
17
+ }
You can’t perform that action at this time.
0 commit comments