mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-12-01 16:52:08 +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(
|
@CommandLine.Command(
|
||||||
exitCodeOnInvalidInput = 69,
|
exitCodeOnInvalidInput = 69,
|
||||||
subcommands = {
|
subcommands = {
|
||||||
|
CommandLine.HelpCommand.class,
|
||||||
ArmorCmd.class,
|
ArmorCmd.class,
|
||||||
DearmorCmd.class,
|
DearmorCmd.class,
|
||||||
DecryptCmd.class,
|
DecryptCmd.class,
|
||||||
|
|
Loading…
Reference in a new issue