From 5166a15378a9c32d9b680417807000ba65d06141 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Wed, 23 Mar 2022 20:05:28 +0100 Subject: Add parseParams and friends --- example/README.md.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/README.md.template') diff --git a/example/README.md.template b/example/README.md.template index 9fbc1cc..c19c1cd 100644 --- a/example/README.md.template +++ b/example/README.md.template @@ -35,8 +35,8 @@ The fields in `args` are typed. The type is based on the name of the value the p Since `--number` takes a `usize` the field `res.args.number` has the type `usize`. Note that this is only the case because `clap.parsers.default` has a field called `usize` which -contains a parser that returns `usize`. You can pass in something other than `clap.parsers.default` -if you want some other mapping. +contains a parser that returns `usize`. You can pass in something other than +`clap.parsers.default` if you want some other mapping. ```zig {s} -- cgit v1.2.3