mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-22 23:22:05 +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;
|
import sop.cli.picocli.commands.VersionCmd;
|
||||||
|
|
||||||
@CommandLine.Command(
|
@CommandLine.Command(
|
||||||
|
name = "sop",
|
||||||
|
description = "Stateless OpenPGP Protocol",
|
||||||
exitCodeOnInvalidInput = 69,
|
exitCodeOnInvalidInput = 69,
|
||||||
subcommands = {
|
subcommands = {
|
||||||
CommandLine.HelpCommand.class,
|
CommandLine.HelpCommand.class,
|
||||||
|
|
Loading…
Reference in a new issue