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

feat: adjust generated name by chanaging case #14

Merged
merged 1 commit into from
Mar 12, 2022
Merged

feat: adjust generated name by chanaging case #14

merged 1 commit into from
Mar 12, 2022

Conversation

sigoden
Copy link
Owner

@sigoden sigoden commented Mar 12, 2022

In prev version, changing case for names:

value name: --opt1 => OPT_1
variable name: --opt1 => argc_opt_1
cmd name: cmd1 => cmd_1

In this version, changing case for names:

value name: --opt1 => OPT1
variable name: --opt1 => argc_opt1
cmd name: cmd1 => cmd1

In prev version, changing case for names:
```
value name: --opt1 => OPT_1
variable name: --opt1 => argc_opt_1
cmd name: cmd1 => cmd_1
```

In this version, changing case for names:
```
value name: --opt1 => OPT1
variable name: --opt1 => argc_opt1
cmd name: cmd1 => cmd1
```
@sigoden sigoden added the enhancement New feature or request label Mar 12, 2022
@sigoden sigoden merged commit 6ccdacb into main Mar 12, 2022
@sigoden sigoden deleted the change-case branch March 12, 2022 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant