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

Commits on Jul 24, 2020

  1. Add support for lower/upper in rename_all

    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`.
    Morganamilo committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    9beb453 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Convert string to snake case instead of using lower/upper

    Co-authored-by: Guillaume P. <TeXitoi@users.noreply.github.com>
    Morganamilo and TeXitoi committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    5321c11 View commit details
    Browse the repository at this point in the history