mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-05 03:55:58 +01:00
12 lines
348 B
Markdown
12 lines
348 B
Markdown
# SOP-Java-Picocli
|
|
|
|
`sop-java-picocli` implements a command line interface for SOP implementations.
|
|
|
|
## Backend Installation
|
|
In order to enable OpenPGP operations, you need to set an implementation of [`sop-java`](sop-java.html):
|
|
```java
|
|
// static method call prior to execution of the main method
|
|
SopCLI.setSopInstance(yourSopImpl);
|
|
```
|
|
|
|
## Usage
|