reference clap (#52)

* reference clap

* improve wording

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
Sylvestre Ledru
2023-12-05 09:28:04 +01:00
committed by GitHub
parent 92948f528b
commit 8cf652dfd2
+1 -1
View File
@@ -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