Module type Plugin.Parameter_input_with_arg


module type Parameter_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 Plugin.Parameter_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.