mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-08 17:59:43 +02:00
MergeCertsCmd: Fix default value of armor
This commit is contained in:
parent
b300be42a4
commit
082cbde869
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import sop.exception.SOPGPException
|
||||||
exitCodeOnInvalidInput = SOPGPException.UnsupportedOption.EXIT_CODE)
|
exitCodeOnInvalidInput = SOPGPException.UnsupportedOption.EXIT_CODE)
|
||||||
class MergeCertsCmd : AbstractSopCmd() {
|
class MergeCertsCmd : AbstractSopCmd() {
|
||||||
|
|
||||||
@CommandLine.Option(names = ["--no-armor"], negatable = true) var armor = false
|
@CommandLine.Option(names = ["--no-armor"], negatable = true) var armor = true
|
||||||
|
|
||||||
@CommandLine.Parameters(paramLabel = "CERTS") var updates: List<String> = listOf()
|
@CommandLine.Parameters(paramLabel = "CERTS") var updates: List<String> = listOf()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue