Skip to content

0.24.6

Compare
Choose a tag to compare
@Yord Yord released this 14 Jun 09:17
· 88 commits to master since this release

Notable Changes

  • Introduce a lexer that applies the toArgv, argv, toOpts, and opts stages. (5df2d7d)
  • Refactor the parser and parserSync functions to use the lexer internally. (5df2d7d)
  • Export lexerF and parserF functions that expose their processing mode (Async, Sync) and enable implementing custom modes in library code. (5df2d7d)

Notable Bug Fixes

  • Fix a bug that led to wrong results when lexing subcommand options with rest values that are incomplete args (8ed2f0d)