mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-16 12:42:05 +01:00
8 lines
191 B
Java
8 lines
191 B
Java
// SPDX-FileCopyrightText: 2021 Paul Schaub <vanitasvitae@fsfe.org>
|
|
//
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
/**
|
|
* Subcommands of the PGPainless SOP.
|
|
*/
|
|
package sop.cli.picocli.commands;
|