Options: Users can now define options with only a short flag, enhancing flexibility in command-line interfaces.
Variadic Options: The new support for variadic options allows users to specify options that can accept multiple values, making command-line usage more powerful.
Improvements
Documentation: The README now includes a section on ECMAScript Module (ESM) usage, helping users transition smoothly from CommonJS.
Chinese README: The Chinese README has been updated and optimized for better readability, ensuring that non-English users have a clearer understanding of the documentation.
Fixes
Fix issues with -no- handling in option names, ensuring that options containing -no- in the middle are processed correctly.
Fix various typos throughout the documentation, improving clarity and professionalism.
Others
Update dependencies to ensure the latest features and security improvements are available, while maintaining compatibility with existing functionality.