From ffdd5eee51c68cb80b75924d0ae7bd8784ca892d Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Mon, 17 Apr 2023 13:41:03 +0200 Subject: [PATCH] Document SOP.listProfiles() --- sop-java/src/main/java/sop/SOP.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sop-java/src/main/java/sop/SOP.java b/sop-java/src/main/java/sop/SOP.java index 7b87a30..c74c6cd 100644 --- a/sop-java/src/main/java/sop/SOP.java +++ b/sop-java/src/main/java/sop/SOP.java @@ -152,5 +152,10 @@ public interface SOP { */ Dearmor dearmor(); + /** + * List supported {@link Profile Profiles} of a subcommand. + * + * @return builder instance + */ ListProfiles listProfiles(); }