Binsec_cli.CliSourceFunctors for command-line parameters declarations
Call Cli.Options instead if you just want to have dedicated options to a ** set of functionalities. ** ** The difference with Cli.Make is the absence of a dedicated command line ** switch for this set of options. ** ** For example Cli.Make(struct let name = "foo" ... end) will add a '-foo' ** global switch to the command line whereas Cli.Options(struct let name = ** "foo" ... end) will not. ** ** Also, using Cli.Options entails that there should not be any associated ** functions to be automatically run at startup (i.e., no Cli.Boot.enlist ** call from inside the functionality kernel associated with this set of ** command-line switches).
This module collects the functions to be executed at startup time.
parse () parses options from the command line.
parse () parses options from configuration file filename.
The signature of the modules present in the module generated by the stanza generate_sites_module