Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 388 Bytes

CHANGELOG.md

File metadata and controls

14 lines (11 loc) · 388 Bytes

argv-parse change log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v1.0.1

  • fixed bug where if first arguments weren't flags they were skipped

v1.0.0

  • parses booleans, strings, arrays
  • collects extra arguments as _
  • aliases
  • grouped aliases
  • intelligent parsing of unlisted flags