Skip to content

Add CLI Interface#3

Merged
08820048 merged 5 commits into08820048:masterfrom
lycheeje11y:master
May 12, 2024
Merged

Add CLI Interface#3
08820048 merged 5 commits into08820048:masterfrom
lycheeje11y:master

Conversation

@lycheeje11y
Copy link
Copy Markdown
Contributor

A simple CLI interface for use on the command line...One thing to note is that I changed the argument in snake_to_camel to upper_case_camel from lower_case_camel...it still does teh exact same thing because to_lower_case_camel is defined later down to be the opposite of upper_case_camel. My reason for doing that it because that means the program would only end one flag for the is_constant and upper_case_camel. If I used the lower_case_camel, the program would need multiple flags, one for is_constant and one for lower_case_camel. Obviously, if you have a reason you want it to be lower_case_camel, you can ignore this PR. Thanks for reading!

@08820048 08820048 merged commit 49c5ac2 into 08820048:master May 12, 2024
@08820048 08820048 mentioned this pull request May 12, 2024
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.

2 participants