attakei / age-cli

Alt bumpversion
https://age.attakei.dev
Apache License 2.0
2 stars 0 forks source link

Support optional regex using RegexBuilder #11

Open attakei opened 6 months ago

attakei commented 6 months ago

regex crate has RegexBuilder to configure behavior of Regex.

I may need options for users who want to use this features.

Pre-image

[[files]]
path = "example.txt"
regex = true
regex_options = { crlf = true }
...

Refs