SopCLI: Prevent error message for unmatched --locale option

This commit is contained in:
Paul Schaub 2025-09-26 22:41:47 +02:00
parent cdfe62bbb6
commit 9242641890
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -47,6 +47,8 @@ import sop.exception.SOPGPException
GenerateCompletion::class])
class SopCLI {
@Option(names = ["-l", "--locale"], descriptionKey = "sop.locale") lateinit var ignored: String
companion object {
@JvmStatic private var sopInstance: SOP? = null