All notable changes to
the dillonkearns/elm-cli-options-parser
elm package
will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Added
Program.mapConfig
helper.
- Update ellie example link.
- Rename
version
flag toversionMessage
to avoid a compiler bug.
- Add
version
as a new required Flag, and removedversion
from theconfig
constructor function. The String that is passed in asversion
from NodeJS will be printed out verbatim when you callyour-cli --version
.