You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2022/10/11 14:05:43 UTC

[GitHub] [karaf] jbonofre commented on a diff in pull request #1642: [KARAF-4542] - add '--repository' option to feature:list

jbonofre commented on code in PR #1642:
URL: https://github.com/apache/karaf/pull/1642#discussion_r992374692


##########
features/command/src/main/java/org/apache/karaf/features/command/ListFeaturesCommand.java:
##########
@@ -49,12 +50,16 @@ public class ListFeaturesCommand extends FeaturesCommandSupport {
     @Option(name = "-o", aliases = {"--ordered"}, description = "Display a list using alphabetical order ", required = false, multiValued = false)
     boolean ordered;
 
+    @Option(name = "--repository", description = "Only list features from that repository", required = false, multiValued = false)

Review Comment:
   You did right ! `--repository` looks good to me.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org