Rework app to use picocli

This commit is contained in:
RatzzFatzz
2024-11-17 23:42:06 +01:00
parent ed8e592963
commit 321115b9ca
21 changed files with 128 additions and 125 deletions

View File

@@ -6,7 +6,7 @@
<groupId>at.pcgamingfreaks</groupId>
<artifactId>MKVAudioSubtitleChanger</artifactId>
<version>3.0.2</version>
<version>4.0.0</version>
<build>
<defaultGoal>clean package</defaultGoal>
@@ -127,6 +127,11 @@
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>4.7.6</version>
</dependency>
<!-- region logging -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>