mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-25 16:42:07 +01:00
Document SOP.listProfiles()
This commit is contained in:
parent
67292864b3
commit
ffdd5eee51
1 changed files with 5 additions and 0 deletions
|
@ -152,5 +152,10 @@ public interface SOP {
|
|||
*/
|
||||
Dearmor dearmor();
|
||||
|
||||
/**
|
||||
* List supported {@link Profile Profiles} of a subcommand.
|
||||
*
|
||||
* @return builder instance
|
||||
*/
|
||||
ListProfiles listProfiles();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue