package org.pgpainless.pgpeasy.commands; import picocli.CommandLine; @CommandLine.Command( name = "verify", description = "Verify a signed message." ) public class Verify implements Runnable { @Override public void run() { } }