forge icon indicating copy to clipboard operation
forge copied to clipboard

fix(cli): cli capitalisation

Open DevanceJ opened this issue 1 year ago • 0 comments

  • [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

DevanceJ avatar Mar 17 '24 17:03 DevanceJ