mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
Reimplement coherent updating
This commit is contained in:
@@ -21,7 +21,7 @@ import picocli.CommandLine.Option;
|
||||
@Setter
|
||||
@NoArgsConstructor
|
||||
@CommandLine.Command
|
||||
public class InputConfig {
|
||||
public class InputConfig implements CommandLine.IVersionProvider {
|
||||
|
||||
private File configPath;
|
||||
|
||||
@@ -108,5 +108,10 @@ public class InputConfig {
|
||||
.add("attributeConfig=" + attributeConfig)
|
||||
.toString();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String[] getVersion() throws Exception {
|
||||
return new String[0];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user