mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32: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 {
|
||||
|
||||
static {
|
||||
SopCLI.EXECUTABLE_NAME = "pgpainless-cli";
|
||||
SopCLI.setSopInstance(new SOPImpl());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue