Skip to content

Replace all dashes in option names.#4

Open
vStone wants to merge 1 commit intosvenfuchs:masterfrom
vStone:bugfix/weird_options-with-more-than-two-parts
Open

Replace all dashes in option names.#4
vStone wants to merge 1 commit intosvenfuchs:masterfrom
vStone:bugfix/weird_options-with-more-than-two-parts

Conversation

@vStone
Copy link
Copy Markdown

@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