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
Ability to specify images to remove from full set. A modification to the --images flag parsing might be best entrypoint.
--images
If - is first char of string then entire string is subtractive. Eg 79,80 are removed from set: --images -79,80
-
--images -79,80
The text was updated successfully, but these errors were encountered:
An alternative would be to add a second flag, perhaps --test-images that would be subtracted from whatever images are derived from the --images flag.
--test-images
Sorry, something went wrong.
No branches or pull requests
Ability to specify images to remove from full set. A modification to the
--images
flag parsing might be best entrypoint.If
-
is first char of string then entire string is subtractive. Eg 79,80 are removed from set:--images -79,80
The text was updated successfully, but these errors were encountered: