A.30.1 Notes and tips
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • The SWI-Prolog library
        • library(optparse): command line parsing
          • Notes and tips
            • opt_arguments/3
            • opt_parse/4
            • opt_parse/5
            • opt_help/2
            • parse_type/3
    • Packages
Availability::- use_module(library(optparse)).
Source[semidet,multifile]parse_type(+Type, +Codes:list(code), -Result)
Hook to parse option text Codes to an object of type Type.