mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-11-29 10:32:08 +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();
|
Dearmor dearmor();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* List supported {@link Profile Profiles} of a subcommand.
|
||||||
|
*
|
||||||
|
* @return builder instance
|
||||||
|
*/
|
||||||
ListProfiles listProfiles();
|
ListProfiles listProfiles();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue