Releases: Yord/shargs
Releases · Yord/shargs
0.24.7
Documentation Changes
- Updated restrictToOnly documentation to match the new behavior introduced in
shargs-parser
0.6.1
.
0.24.6
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)