1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-23 20:14:49 +02:00

Fix command usage strings not being picked up due to renamed parent command

This commit is contained in:
Paul Schaub 2022-07-23 01:16:28 +02:00
parent e622a2256e
commit cc9af93e75
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -14,7 +14,6 @@ import sop.cli.picocli.SopCLI;
public class PGPainlessCLI {
static {
SopCLI.EXECUTABLE_NAME = "pgpainless-cli";
SopCLI.setSopInstance(new SOPImpl());
}