Options: Introduce the new Option.implies() feature, allowing users to define implied options for commands, enhancing the flexibility of command-line interfaces.
Improvements
Subcommands: Add an optional summary for short-form descriptions of subcommands, allowing for concise and clear command listings.
Options: Update the default value type for variadic options to support arrays, improving the handling of default values in command options.
Testing: Enhance test coverage for various functionalities, ensuring that the command-line interface behaves as expected in different scenarios.
Fixes
Fix issues with multi-character short flags by deprecating them, ensuring users are aware of unsupported features and improving overall command clarity.
Others
Update the Chinese README to reflect the latest version, ensuring that non-English speaking users have access to the most current information.