forge
forge copied to clipboard
fix(cli): cli capitalisation
- [x] I have read the contribution documentation for this project.
- [x] I agree to follow the code of conduct that this project follows, as appropriate.
- [x] The changes are appropriately documented (if applicable).
- [x] The changes have sufficient test coverage (if applicable).
- [x] The testsuite passes successfully on my local machine (if applicable).
Summarize your changes:
Fixes #3538
The cause of lowercase messages was automated help and version option message. I referred the commander.js docs and used
https://github.com/tj/commander.js?tab=readme-ov-file#helpoptionflags-description for help option and
https://github.com/tj/commander.js?tab=readme-ov-file#version-option for version option