ocaml.org
ocaml.org copied to clipboard
Cookbook recipes to parse command-line arguments
The recipes in this PR contains three alternative ways to parse command-line arguments:
- Manipulating
Sys.argvdirectly. - Using the
Argmodule from the standard library. - Using
Cmdlinerinstalled throughopam.