Closed strazto closed 3 years ago
Environment
From https://github.com/0x90d/videoduplicatefinder/pull/116
Describe the bug When the --exclude /path/to/folder is given to the console app, it is actually added to the list of Includes
--exclude /path/to/folder
Includes
Expected behavior A path given by --exclude /path/ should not be scanned
--exclude /path/
Resolved by #8
Environment
From https://github.com/0x90d/videoduplicatefinder/pull/116
Describe the bug When the
--exclude /path/to/folder
is given to the console app, it is actually added to the list ofIncludes
Expected behavior A path given by
--exclude /path/
should not be scanned