package clap

  1. Overview
  2. Docs
Command-Line Argument Parsing, imperative style with a consumption mechanism

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=2bac454cf47a10220a4947d7a49a798e
sha512=6ed2226434022fb1afea69eaaee5cc6f712ffdea954bb50fc88709c6f7f64eb69277bc3a83d76dbc567347af7cf3abd2478c2d8c29b334d3ff69fd03e09ca5ca

CHANGES.md.html

Changelog

Version 0.3.0

  • Added support for custom sections in --help.

  • Added support for synonyms: arguments can now have multiple equivalent names, not just at most one long and one short.

  • Added flag_enum, a generalization of flag for enums with more than 2 possible values.

Version 0.2.0

  • Fixed Not_found error when TERM is not set. This should in particular help on Windows.

  • Added support for negative integer arguments.

  • Fixed some typos.

Version 0.1.0

First release of Clap.