From ae2900a20250d38b6ae745640bcd4ac289f6cfd4 Mon Sep 17 00:00:00 2001 From: Jimmi Holst Christensen Date: Sat, 17 Aug 2019 18:49:30 +0200 Subject: more features in README.md --- example/README.md.template | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example') diff --git a/example/README.md.template b/example/README.md.template index 446fd78..7963112 100644 --- a/example/README.md.template +++ b/example/README.md.template @@ -10,6 +10,8 @@ A simple and easy to use command line argument parser library for Zig. * Supports both passing values using spacing and `=` (`-a 100`, `-a=100`) * Short args also support passing values with no spacing or `=` (`-a100`) * This all works with chaining (`-ba 100`, `-ba=100`, `-ba100`) +* Print help message from parameter specification. +* Parse help message to parameter specification. ## Examples -- cgit v1.2.3