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


##########
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:
   The ticket suggested to use `name = "-r"`  but since then it was used for 
another option (--required). So I used full name here.



-- 
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-unsubscr...@karaf.apache.org

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

Reply via email to