Add test for JSON data parsing and serializing using a dummy implementation

This commit is contained in:
Paul Schaub 2025-06-03 23:14:23 +02:00
parent 038a68f93c
commit 77b008876c
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
4 changed files with 208 additions and 29 deletions

View file

@ -45,7 +45,8 @@ class SopVCLI {
@JvmField var EXECUTABLE_NAME = "sopv"
@JvmField
@CommandLine.Option(names = ["--stacktrace", "--debug"], scope = CommandLine.ScopeType.INHERIT)
@CommandLine.Option(
names = ["--stacktrace", "--debug"], scope = CommandLine.ScopeType.INHERIT)
var stacktrace = false
@JvmStatic