mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-14 12:49:44 +02:00
Reference exit codes by Exception
This commit is contained in:
parent
feb9efc733
commit
edb384d157
11 changed files with 13 additions and 11 deletions
|
@ -18,7 +18,7 @@ import java.util.List;
|
|||
|
||||
@CommandLine.Command(name = "encrypt",
|
||||
resourceBundle = "msg_encrypt",
|
||||
exitCodeOnInvalidInput = 37)
|
||||
exitCodeOnInvalidInput = SOPGPException.UnsupportedOption.EXIT_CODE)
|
||||
public class EncryptCmd extends AbstractSopCmd {
|
||||
|
||||
@CommandLine.Option(names = "--no-armor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue