Prints the version number on the standard output.
val version : unit -> unitval machine_readable_version : unit -> unittype specific_usage = {executable_name : string;
}Prints the generic part and specific part of usage for a given executable.
type query = | PrintWhere| PrintConfig| PrintVersion| PrintMachineReadableVersion| PrintHelp