mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 15:12:06 +01:00
Add command name and description for parent command
This commit is contained in:
parent
69b9881798
commit
eb80c14ce3
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ import sop.cli.picocli.commands.VerifyCmd;
|
|||
import sop.cli.picocli.commands.VersionCmd;
|
||||
|
||||
@CommandLine.Command(
|
||||
name = "sop",
|
||||
description = "Stateless OpenPGP Protocol",
|
||||
exitCodeOnInvalidInput = 69,
|
||||
subcommands = {
|
||||
CommandLine.HelpCommand.class,
|
||||
|
|
Loading…
Reference in a new issue