module type Input =sig..end
Minimal signature to implement for each parameter corresponding to an option on the command line argument.
val option_name : stringThe name of the option
val help : stringA description for this option (e.g. used by -help).
If help = "", then it has the special meaning "undocumented"