Exports Options from ParseResult, adds ZPM file.

This commit is contained in:
Felix (xq) Queißner 2021-07-14 09:00:53 +02:00
parent 139c759a30
commit 40e31873fc
2 changed files with 5 additions and 0 deletions

View file

@ -155,6 +155,9 @@ pub fn ParseArgsResult(comptime Spec: type) type {
return struct {
const Self = @This();
/// Exports the type of options.
pub const Options = Spec;
arena: std.heap.ArenaAllocator,
/// The options with either default or set values.

2
pkg.zpm Normal file
View file

@ -0,0 +1,2 @@
[args]
file = args.zig