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.
I can't understand why the CI failed. I'll investigate ood-gen.
If someone has seeing this before, I would appreciate any help.
This needs to be rebased against a fresh main
See also #2573
Closing because https://github.com/ocaml/ocaml.org/pull/2573 was merged.