Module type Parameter_sig.Input_with_arg

module type Input_with_arg = sig .. end
Minimal signature to implement for each parameter corresponding to an option on the command line argument which requires an argument.

include Parameter_sig.Input
val arg_name : string
A standard name for the argument which may be used in the description. If empty, a generic arg_name is generated.