tolgee / tolgee-cli

The Tolgee CLI
MIT License
15 stars 11 forks source link

feat: support multiple glob patterns #69

Closed Lehoczky closed 6 months ago

Lehoczky commented 6 months ago

Closes #68

The main change is that the pattern argument is now a variadic option.

To remove code duplication I moved this argument to it's own file arguments.ts and imported it where it was used. I also renamed it from pattern to patterns to indicate, that this argument is now an array.

The .editorconfig and .gitattribute files are just for the convenience of Windows users, because otherwise prettier can constantly show line ending errors for us when we work with the code.

JanCizmar commented 6 months ago

It looks fine to me! May you also please update the docs? https://github.com/tolgee/documentation

And sorry for the delayed response.

Lehoczky commented 6 months ago

Oh no problem Jan, a few days are not that much:D

The other PR is ready: https://github.com/tolgee/documentation/pull/525 🫡

JanCizmar commented 6 months ago

Thanks a lot for this! 🚀

github-actions[bot] commented 6 months ago

:tada: This PR is included in version 1.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: