File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ Command-line option parser
2
+ ==========================
3
+
4
+ This library offers an alternative to the standard OCaml Arg module
5
+ with a support for short and long options (à la getopt).
6
+
7
+ It is similar to Getopt and Getopts, with a few key differences:
8
+ - long options (with an expanded form that can take a mandatory
9
+ argument)
10
+ - no expanded form for short options with optional arguments
11
+ - clusters of short options (mixing with and without arguments)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ build: [
16
16
depends: [
17
17
"jbuilder" {build}
18
18
]
19
- synopsis: "command -line option parser"
19
+ synopsis: "Command -line option parser"
20
20
description: """
21
21
This library offers an alternative to the standard OCaml Arg module
22
22
with a support for short and long options (à la getopt).
You can’t perform that action at this time.
0 commit comments