mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-12-05 04:41:09 +01:00
SopCLI: Prevent error message for unmatched --locale option
This commit is contained in:
parent
cdfe62bbb6
commit
9242641890
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue