Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable_auto_save and disable_mouse CLI flags should have been kebab-case #170

Open
SanchithHegde opened this issue Jan 22, 2025 · 0 comments

Comments

@SanchithHegde
Copy link

I noticed this when checking the output of the help message:

      --disable_auto_save                   Disable to save automatically
      --disable_mouse                       Stop handling mouse events

I believe the --disable_auto_save and --disable_mouse flags should have been kebab-case (--disable-auto-save and --disable-mouse respectively) to maintain consistency with the rest of the CLI flags.

This can be easily fixed by updating the value specified for long = "..." in two lines:

In case any other contributor is interested, they can go ahead and open a PR to address this, I don't mind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant