You've already forked uutils-args
mirror of
https://github.com/uutils/uutils-args.git
synced 2026-06-10 16:13:08 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user