1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-16 16:44:50 +02:00

Use picocli's builtin help command

This commit is contained in:
Paul Schaub 2021-07-15 17:49:30 +02:00
parent 2e55737795
commit 24db3da9dd
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -30,6 +30,7 @@ import sop.cli.picocli.commands.VersionCmd;
@CommandLine.Command( @CommandLine.Command(
exitCodeOnInvalidInput = 69, exitCodeOnInvalidInput = 69,
subcommands = { subcommands = {
CommandLine.HelpCommand.class,
ArmorCmd.class, ArmorCmd.class,
DearmorCmd.class, DearmorCmd.class,
DecryptCmd.class, DecryptCmd.class,