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

Add support for lower/upper in rename_all #412

Merged
merged 2 commits into from Jul 30, 2020

Conversation

Morganamilo
Copy link
Contributor

@Morganamilo Morganamilo commented Jul 24, 2020

Some programs do not use anything to separate word boundaries.

For example a struct may contain the field build_dir while the flag is
--builddir.

Some programs do not use anything to separate word boundaries.

For example a struct make contain the field `build_dir` while the flag is
`--builddir`.
@CreepySkeleton
Copy link
Collaborator

@ping @TeXitoi

Copy link
Owner

@TeXitoi TeXitoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, skipped this one.

structopt-derive/src/attrs.rs Outdated Show resolved Hide resolved
Co-authored-by: Guillaume P. <TeXitoi@users.noreply.github.com>
@CreepySkeleton CreepySkeleton merged commit 9fe3f04 into TeXitoi:master Jul 30, 2020
epage added a commit to epage/clap that referenced this pull request Oct 6, 2021
Some programs do not use anything to separate word boundaries.

For example a struct may contain the field `build_dir` while the flag is
`--builddir`.

This is a port of TeXitoi/structopt#412

This is part of clap-rs#2809
epage added a commit to epage/clap that referenced this pull request Oct 7, 2021
Some programs do not use anything to separate word boundaries.

For example a struct may contain the field `build_dir` while the flag is
`--builddir`.

This is a port of TeXitoi/structopt#412

This is part of clap-rs#2809
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.

None yet

3 participants