1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-09 10:19:39 +02:00

Host javadoc on javadoc.io

This commit is contained in:
Paul Schaub 2022-02-11 14:23:19 +01:00
parent 2b9d92ed89
commit 36c5ec8a28
4 changed files with 8 additions and 4 deletions

View file

@ -6,6 +6,8 @@ SPDX-License-Identifier: Apache-2.0
# PGPainless-CLI
[![javadoc](https://javadoc.io/badge2/org.pgpainless/pgpainless-cli/javadoc.svg)](https://javadoc.io/doc/org.pgpainless/pgpainless-cli)
PGPainless-CLI is an implementation of the [Stateless OpenPGP Command Line Interface](https://tools.ietf.org/html/draft-dkg-openpgp-stateless-cli-01) specification based on PGPainless.
It plugs `pgpainless-sop` into `sop-java-picocli`.