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

Replace all dashes in option names. #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vStone
Copy link

@vStone vStone commented Sep 25, 2019

Without this, you get weird options like:
opt 'mongodb-cluster-name' -> mongodb_cluster-name

After this change:
opt 'mongodb-cluster-name' => mongodb_cluster_name

Without this, you get weird options like:
  opt 'mongodb-cluster-name' -> `mongodb_cluster-name`

After this change:
  opt 'mongodb-cluster-name' => `mongodb_cluster_name`
@vStone vStone force-pushed the bugfix/weird_options-with-more-than-two-parts branch from 31e0fd2 to bb84267 Compare September 26, 2021 18:04
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.

1 participant