mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 22:02:05 +01:00
Use picocli's builtin help command
This commit is contained in:
parent
2e55737795
commit
24db3da9dd
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ import sop.cli.picocli.commands.VersionCmd;
|
|||
@CommandLine.Command(
|
||||
exitCodeOnInvalidInput = 69,
|
||||
subcommands = {
|
||||
CommandLine.HelpCommand.class,
|
||||
ArmorCmd.class,
|
||||
DearmorCmd.class,
|
||||
DecryptCmd.class,
|
||||
|
|
Loading…
Reference in a new issue