Argument Parsing: Users can now use -- to clearly separate options from positional arguments, enhancing the clarity of command-line inputs.
Improvements
Help Documentation: The default behavior for the addHelp parameter is corrected to true, aligning it with the Python version and improving user experience when accessing help documentation.