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

Update all flags to be hyphen-case in help text #531

Merged
merged 3 commits into from
Dec 16, 2024
Merged

Update all flags to be hyphen-case in help text #531

merged 3 commits into from
Dec 16, 2024

Conversation

ecooper
Copy link
Contributor

@ecooper ecooper commented Dec 16, 2024

Problem

We are inconsistent in our help text naming conventions. Sometimes we do --someThing and sometimes we do --some-thing. While internally, this is all abstracted away, the display being inconsistent is problematic.

Solution

Update all flags to be hyphen-case.

Result

All the flags hyphen case. Errors related to flags are in hyphen-case.

Testing

Related unit tests have been updated.

@ecooper ecooper merged commit c40bc4a into v3 Dec 16, 2024
4 checks passed
@ecooper ecooper deleted the v3-flag-names branch December 16, 2024 20:50
@mwilde345 mwilde345 mentioned this pull request Dec 18, 2024
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

Successfully merging this pull request may close these issues.

3 participants