You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Enhance commit functionality in cli.py and update tests 🛠️
This commit introduces the ability to specify files for the commit command in cli.py. Now, users can choose to commit changes from specific files, providing more flexibility. The changes also include updates to the corresponding tests to reflect this new functionality.
Additionally, minor adjustments have been made to improve code readability and maintainability. For instance, the 'sys.exit()' calls have been replaced with 'return' or 'sys.exit(0)' for better clarity.
This should make the commit process more intuitive and user-friendly. Happy coding! 😊
0 commit comments