summaryrefslogtreecommitdiff
path: root/clap.zig
diff options
context:
space:
mode:
Diffstat (limited to 'clap.zig')
-rw-r--r--clap.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/clap.zig b/clap.zig
index 44c7d23..ac7f6c1 100644
--- a/clap.zig
+++ b/clap.zig
@@ -55,7 +55,7 @@ pub fn Param(comptime Id: type) type {
55} 55}
56 56
57/// Takes a string and parses it to a Param(Help). 57/// Takes a string and parses it to a Param(Help).
58/// This is the reverse of 'help2' but for at single parameter only. 58/// This is the reverse of 'help' but for at single parameter only.
59pub fn parseParam(line: []const u8) !Param(Help) { 59pub fn parseParam(line: []const u8) !Param(Help) {
60 var res = Param(Help){ 60 var res = Param(Help){
61 .id = Help{ 61 .id = Help{