Skip to content

qheath/getarg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-line option parser

This library offers an alternative to the standard OCaml Arg module with a support for short and long options (à la getopt).

It is similar to Getopt and Getopts, with a few key differences:

  • long options (with an expanded form that can take a mandatory argument)
  • no expanded form for short options with optional arguments
  • clusters of short options (mixing with and without arguments)

About

Command-line option parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages