Document SOP.listProfiles()

This commit is contained in:
Paul Schaub 2023-04-17 13:41:03 +02:00
parent 67292864b3
commit ffdd5eee51
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 5 additions and 0 deletions

View File

@ -152,5 +152,10 @@ public interface SOP {
*/
Dearmor dearmor();
/**
* List supported {@link Profile Profiles} of a subcommand.
*
* @return builder instance
*/
ListProfiles listProfiles();
}