Skip to content

Commit 23cc8b3

Browse files
Added minicli / clap
1 parent a26079f commit 23cc8b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

site/learn/tutorials/command-line_arguments.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,11 @@ built-in `Arg` module:
169169
interface for command line processing, which also generates UNIX man pages
170170
automatically.
171171

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+
172178
* [Getopt](https://opam.ocaml.org/packages/getopt/) for OCaml is similar to
173179
[GNU getopt](http://www.gnu.org/software/libc/manual/html_node/Getopt.html).

0 commit comments

Comments
 (0)