• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

A.32.1 Notes and tips
All Application Manual Name SummaryHelp

  • 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)).(can be autoloaded)
Source[det]opt_parse(+OptsSpec, +ApplArgs, -Opts, -PositionalArgs)
Equivalent to opt_parse(OptsSpec, ApplArgs, Opts, PositionalArgs, []).
ClioPatria (version V3.1.1-51-ga0b30a5)