mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-26 14:22:05 +01:00
Fix command usage strings not being picked up due to renamed parent command
This commit is contained in:
parent
e622a2256e
commit
cc9af93e75
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ import sop.cli.picocli.SopCLI;
|
||||||
public class PGPainlessCLI {
|
public class PGPainlessCLI {
|
||||||
|
|
||||||
static {
|
static {
|
||||||
SopCLI.EXECUTABLE_NAME = "pgpainless-cli";
|
|
||||||
SopCLI.setSopInstance(new SOPImpl());
|
SopCLI.setSopInstance(new SOPImpl());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue