Core.Command
(and the closely-related Async.Command
) is an OCaml library for creating command line programs with nice interfaces (including help text and argument parsing). This article is an overview of Command.Param
, the newer interface for defining your command's arguments.
How to use Core.Command.Param