csantanapr commented on a change in pull request #3332: Redo usage now requires 
1+ components
URL: 
https://github.com/apache/incubator-openwhisk/pull/3332#discussion_r170259864
 
 

 ##########
 File path: tools/build/redo
 ##########
 @@ -94,7 +94,7 @@ def getArgs():
     parser.add_argument('-n', '--just-print', help='prints the component 
configuration but does not run any targets', action='store_const', const=True, 
default=False, dest='skiprun')
     parser.add_argument('-c', '--list-components', help='list known component 
names and exit', action='store_const', const=True, default=False, dest='list')
     parser.add_argument('-a', '--additional-task-arguments', dest='extraArgs', 
action='append', help='pass additional arguments to underlying task command')
-    parser.add_argument('components', nargs = '*', help='component name(s) to 
run (in order specified if more than one)')
+    parser.add_argument('components', nargs = '+', help='component name(s) to 
run (in order specified if more than one)')
 
 Review comment:
   What is this python voodo magic @rabbah ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to