From 8cf652dfd2404f71caa5e16fb321f7ff827e9297 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Tue, 5 Dec 2023 09:28:04 +0100 Subject: [PATCH] reference clap (#52) * reference clap * improve wording Co-authored-by: Daniel Hofstetter --------- Co-authored-by: Daniel Hofstetter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8e6060..5025c22 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ mimic the behaviour of the GNU coreutils. There are other applications that have similar behaviour, which are C application that use `getopt` and `getopt_long`. If you want to mimic that behaviour exactly, this is the library for you. If you want to write basically anything else, -you should probably pick another argument parser. +you should probably pick another argument parser (for example: [clap](https://github.com/clap-rs/clap)). ## Getting Started