mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Document how PGPainlessCLI works
This commit is contained in:
parent
6869c66937
commit
7eb2f5fb4d
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ package org.pgpainless.cli;
|
|||
import org.pgpainless.sop.SOPImpl;
|
||||
import sop.cli.picocli.SopCLI;
|
||||
|
||||
/**
|
||||
* This class merely binds PGPainless to {@link SopCLI} by injecting a {@link SOPImpl} instance.
|
||||
* CLI command calls are then simply forwarded to {@link SopCLI#execute(String[])}.
|
||||
*/
|
||||
public class PGPainlessCLI {
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in a new issue