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

Allow for derived arguments to be given as snake case #94

Open
shreyb opened this issue Dec 12, 2024 · 1 comment · May be fixed by #97
Open

Allow for derived arguments to be given as snake case #94

shreyb opened this issue Dec 12, 2024 · 1 comment · May be fixed by #97
Assignees
Milestone

Comments

@shreyb
Copy link
Collaborator

shreyb commented Dec 12, 2024

One piece of feedback that we got from @cathulhu's presentation was to support snake case for API naming. Namely, that the following should be possible:

$ ferry-cli -e getUserInfo --username nameofuser

as well as

$ ferry-cli -e get_user_info --username nameofuser
@shreyb shreyb added this to the 1.1.0 milestone Dec 12, 2024
@cathulhu cathulhu linked a pull request Jan 22, 2025 that will close this issue
@cathulhu
Copy link
Collaborator

Submitted pull request PR #97 for this feature.

@shreyb shreyb linked a pull request Jan 24, 2025 that will close this issue
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 a pull request may close this issue.

2 participants