mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 10:05:58 +01:00
Add property to include/exclude files by pattern
This commit is contained in:
@@ -8,7 +8,8 @@ public enum ConfigProperty {
|
||||
LIBRARY("library", "path to library"),
|
||||
SAFE_MODE("safe-mode", "Test run (no files will be changes)"),
|
||||
HELP("help", "\"for help this is\" - Yoda"),
|
||||
EXCLUDE_DIRECTORY("exclude-directories", "Directories to exclude");
|
||||
EXCLUDE_DIRECTORY("exclude-directories", "Directories to exclude"),
|
||||
INCLUDE_PATTERN("include-pattern", "Include files matching pattern");
|
||||
|
||||
private final String property;
|
||||
private final String description;
|
||||
|
||||
Reference in New Issue
Block a user