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 uppercase and periods in keys for ArgsConfiguration #29

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

51-code
Copy link
Contributor

@51-code 51-code commented Jan 13, 2025

Fixes #28 .

Adds the possibility to have uppercase letters and periods in keys when using cmd line arguments (or other string args).

Now allows:
"exampleKey=value"
"example.key=value"

@51-code 51-code added the enhancement New feature or request label Jan 13, 2025
@51-code 51-code requested a review from elliVM January 13, 2025 06:42
@51-code 51-code self-assigned this Jan 13, 2025
@51-code 51-code requested a review from kortemik January 13, 2025 07:04
@kortemik
Copy link
Member

looks promising, thank you!

@kortemik kortemik merged commit 7c871d0 into teragrep:main Jan 13, 2025
1 check passed
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.

Expand ArgsConfiguration option key regex capture group
3 participants