optparse-applicative is a haskell library for parsing options on the command line, and providing a powerful applicative interface for composing them. optparse-applicative takes care of reading and validating the arguments passed to the command line, handling and reporting errors, generating a usage line, a comprehensive help screen, and enabling context-sensitive bash, zsh, and fish completions. A value of type Parser a represents a specification for a set of options, which will yield a value of type a when the command line arguments are successfully parsed. If you are familiar with parser combinator libraries like parsec, attoparsec, or the json parser aeson you will feel right at home with optparse-applicative. If not, don't worry! All you really need to learn are a few basic parsers, and how to compose them as instances of Applicative and Alternative.

Features

  • The parser is built using an applicative style starting from a set of basic combinators
  • The greet function is the entry point of the program
  • optparse-applicative provides a number of primitive parsers, corresponding to different posix style options
  • Options with an argument such as target are referred to as regular options
  • Combine the target and quiet into a single parser that accepts both options and returns a combined value
  • Builders allow you to define parsers using a convenient combinator-based syntax

Project Samples

Project Activity

See All Activity >

Categories

XML Parsers

License

BSD License

Follow optparse-applicative

optparse-applicative Web Site

Other Useful Business Software
Gen AI apps are built with MongoDB Atlas Icon
Gen AI apps are built with MongoDB Atlas

Build gen AI apps with an all-in-one modern database: MongoDB Atlas

MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of optparse-applicative!

Additional Project Details

Programming Language

Haskell

Related Categories

Haskell XML Parsers

Registered

2023-04-05