Keywords: Commander is now listed under the 'cli' keyword on npm, making it easier for users to find and use the package.
Improvements
Help System: Users receive helpful suggestions when they enter an unknown command, guiding them on how to get assistance.
Node Support: The support description is updated to reflect that Commander fully supports Node.js LTS versions, ensuring compatibility with the latest features.
Export Changes: The program is now included in exports, allowing for more flexible usage in applications.
TypeScript Enhancements: TypeScript checks are expanded, improving the reliability of the code and ensuring better type safety for users.
Fixes
Fix inconsistent handling of author errors, ensuring that errors are thrown for common mistakes, which helps users identify issues more quickly.
Fix the option type definition to match usage, enhancing the clarity and correctness of the API for users.
Others
Update the Chinese README to reflect the latest changes, ensuring that non-English speaking users have access to the most current information.