You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filter could be specified with --filter=<something> and be wildcard based and support characters like * and ?.
For instance:
--filter=*.jpg
--filter=*.bin
--filter=IMG_?????.jpg
This functionality would also provides the ability of generating files in the same directory as the source binary files. Using the filter *.jpg would prevent picking up *.h and *.cpp files from the generators.
The text was updated successfully, but these errors were encountered:
end2endzone
changed the title
Create a 'filter' argument to filter files found with 'dir' argument.
Create 'filter' argument to filter files found with 'dir' argument.
Jan 26, 2019
The filter could be specified with
--filter=<something>
and be wildcard based and support characters like*
and?
.For instance:
--filter=*.jpg
--filter=*.bin
--filter=IMG_?????.jpg
This functionality would also provides the ability of generating files in the same directory as the source binary files. Using the filter
*.jpg
would prevent picking up*.h
and*.cpp
files from the generators.The text was updated successfully, but these errors were encountered: