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

Accept snake_case variants of options in Lua CLI #198

Merged
merged 6 commits into from
Oct 8, 2022

Conversation

Witiko
Copy link
Owner

@Witiko Witiko commented Oct 7, 2022

Closes #196.

Tasks

  • Accept snake_case options in the Lua CLI.
  • Use snake_case in the Lua CLI example in examples/Makefile.
  • Update CHANGES.md

@Witiko Witiko added lua Related to the Lua interface and implementation quality of life Related to quality-of-life improvements to the interface reflection Related to the reflection capabilities labels Oct 7, 2022
@Witiko Witiko added this to the 2.18.0 milestone Oct 7, 2022
@Witiko Witiko force-pushed the feature/accept-snake-case-in-lua-cli branch from efe49ac to 37a36c8 Compare October 7, 2022 22:46
@Witiko Witiko force-pushed the feature/accept-snake-case-in-lua-cli branch from 37a36c8 to 76b82c6 Compare October 7, 2022 22:53
@Witiko Witiko added the automerge This pull request will be automatically merged after continuous integration has succeeded label Oct 7, 2022
@Witiko Witiko force-pushed the feature/accept-snake-case-in-lua-cli branch from 9b46905 to 0bd73cf Compare October 7, 2022 23:13
@Witiko Witiko marked this pull request as ready for review October 8, 2022 08:28
@Witiko Witiko merged commit 2075a94 into main Oct 8, 2022
@Witiko Witiko deleted the feature/accept-snake-case-in-lua-cli branch October 8, 2022 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge This pull request will be automatically merged after continuous integration has succeeded lua Related to the Lua interface and implementation quality of life Related to quality-of-life improvements to the interface reflection Related to the reflection capabilities
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept snake_case variants of options in Lua CLI
1 participant