Skip to content

Commit 057e697

Browse files
committed
github
1 parent 71513c5 commit 057e697

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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)

getarg.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build: [
1616
depends: [
1717
"jbuilder" {build}
1818
]
19-
synopsis: "command-line option parser"
19+
synopsis: "Command-line option parser"
2020
description: """
2121
This library offers an alternative to the standard OCaml Arg module
2222
with a support for short and long options (à la getopt).

0 commit comments

Comments
 (0)