Options: You can now set options as conflicting, allowing for more control over command-line arguments. This enhancement helps prevent conflicts when using multiple options together.
Improvements
Examples: An extended example file for the .conflicts() method is added, providing clearer guidance on how to handle conflicting options in your command-line interfaces.
Migration Tips: Syntax errors in the Commander 7 migration tips are fixed, ensuring that users have accurate information when upgrading.
Fixes
Fix the typo in the documentation to improve clarity and professionalism.
Others
Update the CHANGELOG and prepare for version 9.1.0, ensuring users are informed about the latest changes and improvements.
Remove a low-value argument test to streamline the testing process and focus on more impactful tests.
Follow best practices by requiring the process object instead of using it as a global, enhancing code reliability.