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

Refactor command-finding methods to use Pattern directly #59

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

NonSwag
Copy link
Member

@NonSwag NonSwag commented Dec 13, 2024

Replaced String input with Pattern to improve flexibility and reduce redundant method signatures. Updated default implementations to handle both Pattern and String inputs while ensuring backward compatibility.

Replaced `String` input with `Pattern` to improve flexibility and reduce redundant method signatures. Updated default implementations to handle both `Pattern` and `String` inputs while ensuring backward compatibility.
@NonSwag NonSwag added the enhancement New feature or request label Dec 13, 2024
@NonSwag NonSwag self-assigned this Dec 13, 2024
@NonSwag NonSwag merged commit 6774850 into master Dec 13, 2024
3 checks passed
@NonSwag NonSwag deleted the pattern-matching branch December 13, 2024 18:07
@NonSwag NonSwag linked an issue Dec 13, 2024 that may be closed by this pull request
1 task
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.

Pattern syntax exception on meta characters
1 participant