Options Handling: Users can now benefit from improved handling of option strings. The parser correctly infers the destination from short option strings when long option strings are absent, making it easier to define and use command-line arguments.
Improvements
Default Value Handling: The parser now correctly handles default values, including cases where the default is set to zero. This ensures that users can rely on accurate default behavior when defining their command-line options.
Option Flags: The parser has been enhanced to handle option flags like '-1', improving its flexibility and usability for users who work with numeric options.
Fixes
Fix incorrect behavior when inferring destination from option strings. This resolves issues where the parser failed to correctly identify the destination when only short options were provided.
Others
Update the README to provide clearer guidance and examples for users, enhancing the overall user experience.