We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a26079f commit 23cc8b3Copy full SHA for 23cc8b3
site/learn/tutorials/command-line_arguments.md
@@ -169,5 +169,11 @@ built-in `Arg` module:
169
interface for command line processing, which also generates UNIX man pages
170
automatically.
171
172
+* [Clap](https://opam.ocaml.org/packages/clap/) is an imperative command line
173
+ parser.
174
+
175
+* [Minicli](https://opam.ocaml.org/packages/minicli/) has good support for
176
+ rejecting malformed command lines which others might sliently accept.
177
178
* [Getopt](https://opam.ocaml.org/packages/getopt/) for OCaml is similar to
179
[GNU getopt](http://www.gnu.org/software/libc/manual/html_node/Getopt.html).
0 commit comments