forge icon indicating copy to clipboard operation
forge copied to clipboard

Inconsistent Capitalisation in Command Line Interface (CLI) Help Output.

Open DevanceJ opened this issue 1 year ago • 0 comments

Pre-flight checklist

  • [X] I have read the contribution documentation for this project.
  • [X] I agree to follow the code of conduct that this project uses.
  • [X] I have searched the issue tracker for a feature request that matches the one I want to file, without success.

Problem description

In the presented CLI help output, the options -V, --version and -h, --help start with lowercase letters, while the remaining options and commands start with capital letters. This inconsistency may lead to confusion for users and detracts from the overall professionalism and consistency of the CLI interface.

Screenshot 2024-03-17 at 9 22 07 PM

Proposed solution

This is due to the default automated help and version message provided by commader. Checkout- https://github.com/tj/commander.js/blob/master/Readme.md

Alternatives considered

start all option and commad messages with lowercase letters. (not recommended)

Additional information

No response

DevanceJ avatar Mar 17 '24 16:03 DevanceJ