Package org.pgpainless.cli
Klasse PGPainlessCLI
java.lang.Object
org.pgpainless.cli.PGPainlessCLI
This class merely binds PGPainless to
SopCLI by injecting a SOPImpl instance.
CLI command calls are then simply forwarded to SopCLI.execute(String[]).-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
PGPainlessCLI
public PGPainlessCLI()
-
-
Methodendetails
-
main
Main method of the CLI application.- Parameter:
args- arguments
-
execute
Execute the given command and return the exit code of the program.- Parameter:
args- command string array (e.g. ["pgpainless-cli", "generate-key", "Alice"])- Gibt zurück:
- exit code
-