We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
@amirali079 I don't plan to support regex syntax for the 'sources' parameter. If you're interested, you can submit a pull request (PR).
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: