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

support regex to source argument in command #223

Open
amirali079 opened this issue Apr 3, 2024 · 1 comment
Open

support regex to source argument in command #223

amirali079 opened this issue Apr 3, 2024 · 1 comment

Comments

@amirali079
Copy link

I want to read all svg files in all folders in root folder and
I must use regex in source argument in command.

my command is : " svgtofont --sources icons/svg/**/*.svg --output icons/font "

but command argument not support regex and give "The directory does not exist! C:\icons\svg***.svg" this error!

can support regex for this command ?

@jaywcjlove
Copy link
Owner

@amirali079 I don't plan to support regex syntax for the 'sources' parameter. If you're interested, you can submit a pull request (PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants