1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-05 03:55:58 +01:00
pgpainless/sop-java-picocli.md
2022-04-27 18:40:43 +02:00

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