Current section

Files

Jump to
helpful_options CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## 0.4.1
- Allow `:any` as a wildcard placeholder in the `commands` list passed to `parse_commands/2`
## 0.3.3
- Add `parse_commands/2` for multi-command CLI parsing
- Fix typos in mix.exs and README
- Fix broken link and outdated version in README
- Add `@moduledoc` to all public modules
- Improve ExDoc configuration